Shades of Baker's Chocolate #602D19
Tints of Baker's Chocolate #602D19
RGB
CMYK
RGB Variations
Color information
#602D19 (or 0x602D19) is known color: 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
| RGB | 96 | 45 | 25 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.62 |
| HSL | 16.9º | 0.59% | 0.24% | - |
| HSV(B) | 16.9º | 0.74% | 0.38% | - |
| XYZ | 5.94 | 4.43 | 1.46 | - |
| YUV | 57.97 | 109.4 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 25 | 0 | 0.53 | 0.74 | 0.62 | 16.9 | 0.59 | 0.24 |
| Hex | 60 | 2D | 19 | 0 | 35 | 4A | 3E | 11 | 3B | 18 |
| Octal | 140 | 55 | 31 | 0 | 65 | 112 | 76 | 21 | 73 | 30 |
| Binary | 1100000 | 101101 | 11001 | 0 | 110101 | 1001010 | 111110 | 10001 | 111011 | 11000 |
Color Harmonies of #602D19
Complementary color
Monochromatic Colors of #602D19
Black with #602D19
Text Example
Text Example
White with #602D19
Text Example
Text Example
HTML Codes & Css Web 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>