#602D19

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

Shades of Baker's Chocolate #602D19

Tints of Baker's Chocolate #602D19

Color information

#602D19 (or 0x602D19) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 2D and 19. RGB value is (96,45,25). Sum of RGB (Red+Green+Blue) = 96+45+25=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 45 (17.97% from 255 or 27.11% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #602D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602D19 is #9FD2E6. Grayscale: #3A3A3A. Windows color (decimal): -10474215 or 1650016. OLE color: 1650016.

HSL color Cylindrical-coordinate representation of color #602D19: hue angle of 16.9º 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 #602D19 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB964525-
CMYK00.530.740.62
HSL16.9º58.68%23.73%-
HSV(B)16.9º73.96%37.65%-
XYZ5.944.431.46-
YUV57.97109.4155.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.83%
GREEN value IS 45 (17.97% from 255) = 27.11%
BLUE value IS 25 (10.16% from 255) = 15.06%
R=57.83%
G=27.11%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96452500.530.740.6216.958.6823.73
Hex602D190354A3E113b18
Octal140553106511276217330
Binary110000010110111001011010110010101111101000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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