#602A03

Color #602A03 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #602A03

Tints of Baker's Chocolate #602A03

Color information

#602A03 (or 0x602A03) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 2A and 03. RGB value is (96,42,3). Sum of RGB (Red+Green+Blue) = 96+42+3=141 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.09% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 3 (1.56% from 255 or 2.13% from 141); Max value from RGB is 96 - color contains mainly: red. Hex color #602A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602A03 is #9FD5FC. Grayscale: #353535. Windows color (decimal): -10475005 or 207456. OLE color: 207456.

HSL color Cylindrical-coordinate representation of color #602A03: hue angle of 25.16º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #602A03 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB96423-
CMYK00.560.970.62
HSL25.16º93.94%19.41%-
HSV(B)25.16º96.88%37.65%-
XYZ5.674.150.59-
YUV53.799.39158.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 68.09%
GREEN value IS 42 (16.80% from 255) = 29.79%
BLUE value IS 3 (1.56% from 255) = 2.13%
R=68.09%
G=29.79%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9642300.560.970.6225.1693.9419.41
Hex602A3038613E195e13
Octal140523070141763113623
Binary1100000101010110111000110000111111011001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602A03; }

 p { color: rgb(96,42,3); }

 H1.HeaderClassName
 {
   color: #602A03;
 }
 .AnyTagClassName
 {
   color: #602A03;
 }
</style>
background-color css

<style>
 a { background-color: #602A03; }

 a { background-color: rgb(96,42,3); }

 div.DivClassName
 {
   background-color: #602A03;
 }
 .BgClassName
 {
   background-color: #602A03;
 }
</style>
border-color css

<style>
 span { border-color: #602A03; }

 span { border-color: rgb(96,42,3); }

 td.TdClassName
 {
   border-color: #602A03;
 }
 .TagClassName
 {
   border-color: #602A03;
 }
</style>