SlideShare a Scribd company logo
1 of 4
Download to read offline
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 12 20 – 23
_______________________________________________________________________________________________
20
IJRITCC | December 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
Method for Creating Uniqness of a Brand Color
Yash Chaurasia, Milind Rane
Vishwakarma Institute Of Technology, Pune
Email- yash10chaurasia@gmail.com
Abstract — In this study, computer vision techniques are used for creating uniqness of a color used by a brand or company and also make sure
that the same color not to be used by any other one. Usually, it is advantageous for a brand to consistently “own” certain colors, which provide
an additional recognition cue. Many of the most recognizable brands in the world rely on color as a key factor in their instant recognition of
products so it is important for them to „own‟ their color rather than sharing them and also avoid other companies to use the same color. However,
it is difficult to own a particular color. World Trade Organization Agreement on Trade-Related Aspects of Intellectual Property Rights raised
this problem of owning a particular color and prepared legal terms for this problem.We have to select the color threshold value which is always a
fixed value and has to be very accurate and use that value in that code and check for the colors that you are doubtful about that the color is same.
Keywords: Color differentiation, Color Identity, HSV, Hue
__________________________________________________*****_________________________________________________
I. INTRODUCTION
Computer Vision is a very useful tool which is currently used
vastly in many fields. I decided to use this technique in the
field of marketing. In marketing color is an important factor.
Effective and comprehensive brand strategy must consider
the critical importance of color.Consider a red can of cola, a
black
apple, and yellow arches –what brands come to mind? In
each instance, color is the predominate element of
identification and association with a brand. So, it is important
to have a unique color for a brand product and also to
prohibit other brands to copy it. Therefore, this tool will be
useful in doing that than relying on naked eye. This tool
basically compares the image with the threshold value of
your unique color and then tries to find out if any similar
color is present in the image or not. This threshold value can
be changed in the code for the color to be detected.
A. Color and Visual Identity
Color is the foundation and basic for creating a uniqness
among other brands.John Deere owns green and yellow. IBM
has a royal blue. Fed Ex chose two clashing colors (orange
and purple) To give a simple idea of differentiation requires
you select a color that properly fits your strategic positioning.
Selecting a color for the brand is an important decision and
strategy because this is what attracts people towards you and
will help your brand getting recognized more easily
Selecting the appropriate color to represent and differentiate
your brand must be based on several criteria. Color
perception changes with race, age, social class, gender and
religion. Demographics as well as Psychographics are
important for selecting a color that represent your brand in
this competitive market.
Trademarking of color: ® (REGISTERED) mark protects
the brand image - not the color or color combination. In other
words, we can use the yellow and red of McDonalds but not
the same logo and color combination otherwise you can get
yourself into trouble. The TM (TRADEMARK) symbol
gives protection to design but does not give legal rights to
color alone. A color trademark is different. In this case, the
color is the brand. If a color is trademarked it means that it is
protected for example the purple color of the wrapper of
Cadbury chocolate.
B. Examples of brand with their unique color
1. Tiffany & Co.has a trademark over Robin‟s Egg
Blue color which means luxury and sophistication.
2. Owens-Corning has a trademark over pink
Panther Mascot and Pink color. It‟s the only
company in the industry legally authorized to use
the color in its products and advertising.
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 12 20 – 23
_______________________________________________________________________________________________
21
IJRITCC | December 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
3. Post-Its 3M has trademarked the color Canary
Yellow used on its famous Post-It Notes. They even
sued Microsoft for infringement when it created a
digital version of a sticky note product in the same
color.
4. John-Deere went a step further than most
companies, trademarking two colors as a color
combination (Green, Yellow). While it can‟t
trademark green by itself because it‟s considered a
“functional” color that symbolizes vegetation, it
does protect the use of a particular green and yellow
used together.
5. The Home Depot, HomerTLC, the parent company
of The Home Depot, has legal rights over the
Orange used in their signs and advertising.
C. Principle of operation
A color image is a digital image that
includes color information for each pixel.For visually
acceptable results, it is necessary (and almost sufficient) to
provide three samples (color channels) for each pixel, which
are interpreted as coordinates in some color space. The RGB
color space is commonly used in computer displays. RGB is
an abbreviation for red–green–blue. A particular RGB color
space is defined by the three chromaticities of the red, green,
and blue. Defined by listing how much red, green, and blue is
contained in a single value. RGB color code is additive. It
means if a particular color is added more the color is brighter.
But in our operation RGB method is not as much reliable as
HSV (Hue Saturation Value). HSV (Hue, Saturation, Value)
is the alternative representations of the RGB color model,
designed in the 1970s by computer graphicsresearchers to
more closely align with the way human vision perceives
color-making attributes. In HSV model, colors of
each hue are arranged in a radial cone, around a central axis
of neutral colors which ranges from black at the bottom to
white at the top. The HSV representation models the way
paints of different colors mix together, with the saturation
dimension resembling various shades of brightly colored
paint, and the value dimension resembling the mixture of
those paints with varying amounts of black or white paint. In
HSV, hue represents color. In this model, hue is an angle
from 0 degrees to 360 degrees.
Angle Color
0-60 Red
60-120 Yellow
120-180 Green
180-240 Cyan
240-300 Blue
300-360 Magenta
Saturation indicates the range of grey in the color space. It
ranges from 0 to 100%. Sometimes the value is calculated
from 0 to 1. When the value is „0,‟ the color is grey and when
the value is „1,‟ the color is a primary color. A faded color is
due to a lower saturation level, which means the color is
greyer.
Value is the brightness of the color and varies with color
saturation. It ranges from 0 to 100%. When the value is „0‟
the color space will be totally black. With the increase in the
value, the color space brightness up and shows various
colors.
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 12 20 – 23
_______________________________________________________________________________________________
22
IJRITCC | December 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
The colors used in HSV can be clearly defined by human
perception, which is not always the case with RGB.
D. Procedure
a. Get the input in the form of image or video,
preferably in video.
b. Set the threshold value in the HSV color code of the
color which you have to be compared with.
c. Convert the input which is in default RGB color
format into HSV format.
d. Compare the input with the HSV threshold which is
set by you.
e. If the color matches then it is compared that the
color is copied.
E. Working
So basically, we first take the input from the camera in the
form of video. Since from default the input is in the form of
RGB color code we have to first convert it into HSV color
code.
After getting the HSV value set the lower and upper
threshold by giving a range of values which are nearby the
HSV value.
For example, if the HSV value is [ 64 167 124] then set the
value of lower_color as [60 150 110] to upper_color as [ 70
175 130]. We can lower the difference to attain maximum
accuracy. Then the input video is compared with this
threshold, if any color is in the range of threshold then it will
show up and we will be able to know where is the required
color present.
F. Performance Analysis
Let‟s consider the John Deere logo
The RGB value of this logo is as follows
Yellow: [255 222 0]
Green: [54 124 43]
By using the code above, we get the HSV value for yellow
and green as follows
Yellow: [94 255 255]
Green: [ 64 167 124]
Now set the threshold for green as
lower_color = [80 150110]
upper_color = [100 180140]
putting this logo in front of the camera and getting the input,
we get the result as
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 12 20 – 23
_______________________________________________________________________________________________
23
IJRITCC | December 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
G. Results
As we saw that we were successful in detecting the color
present in our logo from the threshold input that we fed into
the system.
H. Conclusion
Hence, we conclude that the given code will give the results
by properly detecting color from logos if they are suspected
for using the color owned by some.
Reference
[1] G. Li, R. Yuan, Z. Yang, X. Huang, "A Yellow License
Plate Location Method Based on RGB Model of Color
Image and Texture of Plate", Digital Media and its
Application in Museum & Heritages Second Workshop on,
pp. 42-46, Dec. 2007.
[2] Halis Altun, Recai Sinekli,Ugur Tekbas“An efficient color
detection in RGB color space using hierarchical neural
network structure”,

More Related Content

Similar to Method for Creating Uniqness of a Brand Color

Process Magazine-monitors and calibration
Process Magazine-monitors and calibrationProcess Magazine-monitors and calibration
Process Magazine-monitors and calibration
Tom Gadbois, DSCE, DSNE
 
BusinessColorWhite Paper-Final
BusinessColorWhite Paper-FinalBusinessColorWhite Paper-Final
BusinessColorWhite Paper-Final
Weslie Powell
 
Union Bank Brand quick guide
Union Bank Brand quick guideUnion Bank Brand quick guide
Union Bank Brand quick guide
Michael Weil
 
Lloyds Online Doctor Ireland Brand Guidelines August 2013
Lloyds Online Doctor Ireland Brand Guidelines August 2013Lloyds Online Doctor Ireland Brand Guidelines August 2013
Lloyds Online Doctor Ireland Brand Guidelines August 2013
Stephen Bourke
 
WD_Portfolio_Low
WD_Portfolio_LowWD_Portfolio_Low
WD_Portfolio_Low
WD Agency
 

Similar to Method for Creating Uniqness of a Brand Color (20)

Process Magazine-monitors and calibration
Process Magazine-monitors and calibrationProcess Magazine-monitors and calibration
Process Magazine-monitors and calibration
 
Colour Display
Colour DisplayColour Display
Colour Display
 
BusinessColorWhite Paper-Final
BusinessColorWhite Paper-FinalBusinessColorWhite Paper-Final
BusinessColorWhite Paper-Final
 
justifcation.pptx
justifcation.pptxjustifcation.pptx
justifcation.pptx
 
Union Bank Brand quick guide
Union Bank Brand quick guideUnion Bank Brand quick guide
Union Bank Brand quick guide
 
Lloyds Online Doctor Ireland Brand Guidelines August 2013
Lloyds Online Doctor Ireland Brand Guidelines August 2013Lloyds Online Doctor Ireland Brand Guidelines August 2013
Lloyds Online Doctor Ireland Brand Guidelines August 2013
 
Making Channel Team More Efficient
Making Channel Team More EfficientMaking Channel Team More Efficient
Making Channel Team More Efficient
 
Module 2: Understanding Design practices
Module 2: Understanding Design practicesModule 2: Understanding Design practices
Module 2: Understanding Design practices
 
Duarte Insurance
Duarte InsuranceDuarte Insurance
Duarte Insurance
 
Sunbit Brand Guidelines
Sunbit Brand GuidelinesSunbit Brand Guidelines
Sunbit Brand Guidelines
 
WD_Portfolio_Low2
WD_Portfolio_Low2WD_Portfolio_Low2
WD_Portfolio_Low2
 
WD Agency Portfolio
WD Agency PortfolioWD Agency Portfolio
WD Agency Portfolio
 
WD_Portfolio_Low
WD_Portfolio_LowWD_Portfolio_Low
WD_Portfolio_Low
 
A Study on Retailers and Builders perception towards Paints
A Study on Retailers and Builders perception towards PaintsA Study on Retailers and Builders perception towards Paints
A Study on Retailers and Builders perception towards Paints
 
Computer graphics color models
Computer graphics    color modelsComputer graphics    color models
Computer graphics color models
 
Beyondsoft Brand Identity
Beyondsoft Brand IdentityBeyondsoft Brand Identity
Beyondsoft Brand Identity
 
Treehouse Eyes
Treehouse EyesTreehouse Eyes
Treehouse Eyes
 
150birds Brand Guidelines.pdf
150birds Brand Guidelines.pdf150birds Brand Guidelines.pdf
150birds Brand Guidelines.pdf
 
Energy drink research pro forma
Energy drink research pro formaEnergy drink research pro forma
Energy drink research pro forma
 
Guide to create a Company Logo
Guide to create a Company LogoGuide to create a Company Logo
Guide to create a Company Logo
 

More from rahulmonikasharma

Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
rahulmonikasharma
 

More from rahulmonikasharma (20)

Data Mining Concepts - A survey paper
Data Mining Concepts - A survey paperData Mining Concepts - A survey paper
Data Mining Concepts - A survey paper
 
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
 
Considering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP FrameworkConsidering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP Framework
 
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication SystemsA New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
 
Broadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A SurveyBroadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A Survey
 
Sybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANETSybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANET
 
A Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine FormulaA Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine Formula
 
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
 
Quality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry PiQuality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry Pi
 
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
 
DC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide NanoparticlesDC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide Nanoparticles
 
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDMA Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
 
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy MonitoringIOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
 
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
 
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
 
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM SystemAlamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM System
 
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault DiagnosisEmpirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
 
Short Term Load Forecasting Using ARIMA Technique
Short Term Load Forecasting Using ARIMA TechniqueShort Term Load Forecasting Using ARIMA Technique
Short Term Load Forecasting Using ARIMA Technique
 
Impact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line CouplerImpact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line Coupler
 
Design Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction MotorDesign Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction Motor
 

Recently uploaded

DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
MayuraD1
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
Kamal Acharya
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
AldoGarca30
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
Epec Engineered Technologies
 

Recently uploaded (20)

DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal load
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
Engineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesEngineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planes
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
 
Wadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptxWadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptx
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 

Method for Creating Uniqness of a Brand Color

  • 1. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 12 20 – 23 _______________________________________________________________________________________________ 20 IJRITCC | December 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ Method for Creating Uniqness of a Brand Color Yash Chaurasia, Milind Rane Vishwakarma Institute Of Technology, Pune Email- yash10chaurasia@gmail.com Abstract — In this study, computer vision techniques are used for creating uniqness of a color used by a brand or company and also make sure that the same color not to be used by any other one. Usually, it is advantageous for a brand to consistently “own” certain colors, which provide an additional recognition cue. Many of the most recognizable brands in the world rely on color as a key factor in their instant recognition of products so it is important for them to „own‟ their color rather than sharing them and also avoid other companies to use the same color. However, it is difficult to own a particular color. World Trade Organization Agreement on Trade-Related Aspects of Intellectual Property Rights raised this problem of owning a particular color and prepared legal terms for this problem.We have to select the color threshold value which is always a fixed value and has to be very accurate and use that value in that code and check for the colors that you are doubtful about that the color is same. Keywords: Color differentiation, Color Identity, HSV, Hue __________________________________________________*****_________________________________________________ I. INTRODUCTION Computer Vision is a very useful tool which is currently used vastly in many fields. I decided to use this technique in the field of marketing. In marketing color is an important factor. Effective and comprehensive brand strategy must consider the critical importance of color.Consider a red can of cola, a black apple, and yellow arches –what brands come to mind? In each instance, color is the predominate element of identification and association with a brand. So, it is important to have a unique color for a brand product and also to prohibit other brands to copy it. Therefore, this tool will be useful in doing that than relying on naked eye. This tool basically compares the image with the threshold value of your unique color and then tries to find out if any similar color is present in the image or not. This threshold value can be changed in the code for the color to be detected. A. Color and Visual Identity Color is the foundation and basic for creating a uniqness among other brands.John Deere owns green and yellow. IBM has a royal blue. Fed Ex chose two clashing colors (orange and purple) To give a simple idea of differentiation requires you select a color that properly fits your strategic positioning. Selecting a color for the brand is an important decision and strategy because this is what attracts people towards you and will help your brand getting recognized more easily Selecting the appropriate color to represent and differentiate your brand must be based on several criteria. Color perception changes with race, age, social class, gender and religion. Demographics as well as Psychographics are important for selecting a color that represent your brand in this competitive market. Trademarking of color: ® (REGISTERED) mark protects the brand image - not the color or color combination. In other words, we can use the yellow and red of McDonalds but not the same logo and color combination otherwise you can get yourself into trouble. The TM (TRADEMARK) symbol gives protection to design but does not give legal rights to color alone. A color trademark is different. In this case, the color is the brand. If a color is trademarked it means that it is protected for example the purple color of the wrapper of Cadbury chocolate. B. Examples of brand with their unique color 1. Tiffany & Co.has a trademark over Robin‟s Egg Blue color which means luxury and sophistication. 2. Owens-Corning has a trademark over pink Panther Mascot and Pink color. It‟s the only company in the industry legally authorized to use the color in its products and advertising.
  • 2. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 12 20 – 23 _______________________________________________________________________________________________ 21 IJRITCC | December 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ 3. Post-Its 3M has trademarked the color Canary Yellow used on its famous Post-It Notes. They even sued Microsoft for infringement when it created a digital version of a sticky note product in the same color. 4. John-Deere went a step further than most companies, trademarking two colors as a color combination (Green, Yellow). While it can‟t trademark green by itself because it‟s considered a “functional” color that symbolizes vegetation, it does protect the use of a particular green and yellow used together. 5. The Home Depot, HomerTLC, the parent company of The Home Depot, has legal rights over the Orange used in their signs and advertising. C. Principle of operation A color image is a digital image that includes color information for each pixel.For visually acceptable results, it is necessary (and almost sufficient) to provide three samples (color channels) for each pixel, which are interpreted as coordinates in some color space. The RGB color space is commonly used in computer displays. RGB is an abbreviation for red–green–blue. A particular RGB color space is defined by the three chromaticities of the red, green, and blue. Defined by listing how much red, green, and blue is contained in a single value. RGB color code is additive. It means if a particular color is added more the color is brighter. But in our operation RGB method is not as much reliable as HSV (Hue Saturation Value). HSV (Hue, Saturation, Value) is the alternative representations of the RGB color model, designed in the 1970s by computer graphicsresearchers to more closely align with the way human vision perceives color-making attributes. In HSV model, colors of each hue are arranged in a radial cone, around a central axis of neutral colors which ranges from black at the bottom to white at the top. The HSV representation models the way paints of different colors mix together, with the saturation dimension resembling various shades of brightly colored paint, and the value dimension resembling the mixture of those paints with varying amounts of black or white paint. In HSV, hue represents color. In this model, hue is an angle from 0 degrees to 360 degrees. Angle Color 0-60 Red 60-120 Yellow 120-180 Green 180-240 Cyan 240-300 Blue 300-360 Magenta Saturation indicates the range of grey in the color space. It ranges from 0 to 100%. Sometimes the value is calculated from 0 to 1. When the value is „0,‟ the color is grey and when the value is „1,‟ the color is a primary color. A faded color is due to a lower saturation level, which means the color is greyer. Value is the brightness of the color and varies with color saturation. It ranges from 0 to 100%. When the value is „0‟ the color space will be totally black. With the increase in the value, the color space brightness up and shows various colors.
  • 3. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 12 20 – 23 _______________________________________________________________________________________________ 22 IJRITCC | December 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ The colors used in HSV can be clearly defined by human perception, which is not always the case with RGB. D. Procedure a. Get the input in the form of image or video, preferably in video. b. Set the threshold value in the HSV color code of the color which you have to be compared with. c. Convert the input which is in default RGB color format into HSV format. d. Compare the input with the HSV threshold which is set by you. e. If the color matches then it is compared that the color is copied. E. Working So basically, we first take the input from the camera in the form of video. Since from default the input is in the form of RGB color code we have to first convert it into HSV color code. After getting the HSV value set the lower and upper threshold by giving a range of values which are nearby the HSV value. For example, if the HSV value is [ 64 167 124] then set the value of lower_color as [60 150 110] to upper_color as [ 70 175 130]. We can lower the difference to attain maximum accuracy. Then the input video is compared with this threshold, if any color is in the range of threshold then it will show up and we will be able to know where is the required color present. F. Performance Analysis Let‟s consider the John Deere logo The RGB value of this logo is as follows Yellow: [255 222 0] Green: [54 124 43] By using the code above, we get the HSV value for yellow and green as follows Yellow: [94 255 255] Green: [ 64 167 124] Now set the threshold for green as lower_color = [80 150110] upper_color = [100 180140] putting this logo in front of the camera and getting the input, we get the result as
  • 4. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 12 20 – 23 _______________________________________________________________________________________________ 23 IJRITCC | December 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ G. Results As we saw that we were successful in detecting the color present in our logo from the threshold input that we fed into the system. H. Conclusion Hence, we conclude that the given code will give the results by properly detecting color from logos if they are suspected for using the color owned by some. Reference [1] G. Li, R. Yuan, Z. Yang, X. Huang, "A Yellow License Plate Location Method Based on RGB Model of Color Image and Texture of Plate", Digital Media and its Application in Museum & Heritages Second Workshop on, pp. 42-46, Dec. 2007. [2] Halis Altun, Recai Sinekli,Ugur Tekbas“An efficient color detection in RGB color space using hierarchical neural network structure”,