Shades of Baker's Chocolate #602C03
Tints of Baker's Chocolate #602C03
RGB
CMYK
RGB Variations
Color information
#602C03 (or 0x602C03) is known color: Baker's Chocolate. HEX triplet: 60, 2C and 03. RGB value is (96,44,3). Sum of RGB (Red+Green+Blue) = 96+44+3=143 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.13% from 143); Green value is 44 (17.58% from 255 or 30.77% from 143); Blue value is 3 (1.56% from 255 or 2.10% from 143); Max value from RGB is 96 - color contains mainly: red. Hex color #602C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602C03 is #9FD3FC. Grayscale: #373737. Windows color (decimal): -10474493 or 207968. OLE color: 207968.
HSL color Cylindrical-coordinate representation of color #602C03: hue angle of 26.45º 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 #602C03 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 44 | 3 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.62 |
| HSL | 26.45º | 0.94% | 0.19% | - |
| HSV(B) | 26.45º | 0.97% | 0.38% | - |
| XYZ | 5.74 | 4.29 | 0.61 | - |
| YUV | 54.87 | 98.73 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 44 | 3 | 0 | 0.54 | 0.97 | 0.62 | 26.45 | 0.94 | 0.19 |
| Hex | 60 | 2C | 3 | 0 | 36 | 61 | 3E | 1A | 5E | 13 |
| Octal | 140 | 54 | 3 | 0 | 66 | 141 | 76 | 32 | 136 | 23 |
| Binary | 1100000 | 101100 | 11 | 0 | 110110 | 1100001 | 111110 | 11010 | 1011110 | 10011 |
Color Harmonies of #602C03
Complementary color
Monochromatic Colors of #602C03
Black with #602C03
Text Example
Text Example
White with #602C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602C03; }
p { color: rgb(96,44,3); }
H1.HeaderClassName
{
color: #602C03;
}
.AnyTagClassName
{
color: #602C03;
}
</style>
background-color css
<style>
a { background-color: #602C03; }
a { background-color: rgb(96,44,3); }
div.DivClassName
{
background-color: #602C03;
}
.BgClassName
{
background-color: #602C03;
}
</style>
border-color css
<style>
span { border-color: #602C03; }
span { border-color: rgb(96,44,3); }
td.TdClassName
{
border-color: #602C03;
}
.TagClassName
{
border-color: #602C03;
}
</style>