Shades of Baker's Chocolate #602903
Tints of Baker's Chocolate #602903
RGB
CMYK
RGB Variations
Color information
#602903 (or 0x602903) is known color: Baker's Chocolate. HEX triplet: 60, 29 and 03. RGB value is (96,41,3). Sum of RGB (Red+Green+Blue) = 96+41+3=140 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.57% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 96 - color contains mainly: red. Hex color #602903 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602903 is #9FD6FC. Grayscale: #353535. Windows color (decimal): -10475261 or 207200. OLE color: 207200.
HSL color Cylindrical-coordinate representation of color #602903: hue angle of 24.52º 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 #602903 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 41 | 3 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.62 |
| HSL | 24.52º | 0.94% | 0.19% | - |
| HSV(B) | 24.52º | 0.97% | 0.38% | - |
| XYZ | 5.63 | 4.08 | 0.58 | - |
| YUV | 53.11 | 99.72 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 41 | 3 | 0 | 0.57 | 0.97 | 0.62 | 24.52 | 0.94 | 0.19 |
| Hex | 60 | 29 | 3 | 0 | 39 | 61 | 3E | 19 | 5E | 13 |
| Octal | 140 | 51 | 3 | 0 | 71 | 141 | 76 | 31 | 136 | 23 |
| Binary | 1100000 | 101001 | 11 | 0 | 111001 | 1100001 | 111110 | 11001 | 1011110 | 10011 |
Color Harmonies of #602903
Complementary color
Monochromatic Colors of #602903
Black with #602903
Text Example
Text Example
White with #602903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602903; }
p { color: rgb(96,41,3); }
H1.HeaderClassName
{
color: #602903;
}
.AnyTagClassName
{
color: #602903;
}
</style>
background-color css
<style>
a { background-color: #602903; }
a { background-color: rgb(96,41,3); }
div.DivClassName
{
background-color: #602903;
}
.BgClassName
{
background-color: #602903;
}
</style>
border-color css
<style>
span { border-color: #602903; }
span { border-color: rgb(96,41,3); }
td.TdClassName
{
border-color: #602903;
}
.TagClassName
{
border-color: #602903;
}
</style>