#602F19

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

Shades of Baker's Chocolate #602F19

Tints of Baker's Chocolate #602F19

Color information

#602F19 (or 0x602F19) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 2F and 19. RGB value is (96,47,25). Sum of RGB (Red+Green+Blue) = 96+47+25=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #602F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602F19 is #9FD0E6. Grayscale: #3B3B3B. Windows color (decimal): -10473703 or 1650528. OLE color: 1650528.

HSL color Cylindrical-coordinate representation of color #602F19: hue angle of 18.59º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #602F19 is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB964725-
CMYK00.510.740.62
HSL18.59º58.68%23.73%-
HSV(B)18.59º73.96%37.65%-
XYZ6.024.591.49-
YUV59.14108.73154.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.14%
GREEN value IS 47 (18.75% from 255) = 27.98%
BLUE value IS 25 (10.16% from 255) = 14.88%
R=57.14%
G=27.98%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96472500.510.740.6218.5958.6823.73
Hex602F190334A3E133b18
Octal140573106311276237330
Binary110000010111111001011001110010101111101001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,47,25); }

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

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

 a { background-color: rgb(96,47,25); }

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

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

 span { border-color: rgb(96,47,25); }

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