Shades of Baker's Chocolate #4C2202
Tints of Baker's Chocolate #4C2202
RGB
CMYK
RGB Variations
Color information
#4C2202 (or 0x4C2202) is known color: Baker's Chocolate. HEX triplet: 4C, 22 and 02. RGB value is (76,34,2). Sum of RGB (Red+Green+Blue) = 76+34+2=112 (14% of max value = 765). Red value is 76 (30.08% from 255 or 67.86% from 112); Green value is 34 (13.67% from 255 or 30.36% from 112); Blue value is 2 (1.17% from 255 or 1.79% from 112); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2202 is #B3DDFD. Grayscale: #2B2B2B. Windows color (decimal): -11787774 or 139852. OLE color: 139852.
HSL color Cylindrical-coordinate representation of color #4C2202: hue angle of 25.95º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C2202 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 34 | 2 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.70 |
| HSL | 25.95º | 0.95% | 0.15% | - |
| HSV(B) | 25.95º | 0.97% | 0.3% | - |
| XYZ | 3.56 | 2.68 | 0.39 | - |
| YUV | 42.91 | 104.91 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 34 | 2 | 0 | 0.55 | 0.97 | 0.70 | 25.95 | 0.95 | 0.15 |
| Hex | 4C | 22 | 2 | 0 | 37 | 61 | 46 | 1A | 5F | F |
| Octal | 114 | 42 | 2 | 0 | 67 | 141 | 106 | 32 | 137 | 17 |
| Binary | 1001100 | 100010 | 10 | 0 | 110111 | 1100001 | 1000110 | 11010 | 1011111 | 1111 |
Color Harmonies of #4C2202
Complementary color
Monochromatic Colors of #4C2202
Black with #4C2202
Text Example
Text Example
White with #4C2202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2202; }
p { color: rgb(76,34,2); }
H1.HeaderClassName
{
color: #4C2202;
}
.AnyTagClassName
{
color: #4C2202;
}
</style>
background-color css
<style>
a { background-color: #4C2202; }
a { background-color: rgb(76,34,2); }
div.DivClassName
{
background-color: #4C2202;
}
.BgClassName
{
background-color: #4C2202;
}
</style>
border-color css
<style>
span { border-color: #4C2202; }
span { border-color: rgb(76,34,2); }
td.TdClassName
{
border-color: #4C2202;
}
.TagClassName
{
border-color: #4C2202;
}
</style>