Shades of Baker's Chocolate #4C2204
Tints of Baker's Chocolate #4C2204
RGB
CMYK
RGB Variations
Color information
#4C2204 (or 0x4C2204) is known color: Baker's Chocolate. HEX triplet: 4C, 22 and 04. RGB value is (76,34,4). Sum of RGB (Red+Green+Blue) = 76+34+4=114 (15% of max value = 765). Red value is 76 (30.08% from 255 or 66.67% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 4 (1.95% from 255 or 3.51% from 114); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2204 is #B3DDFB. Grayscale: #2B2B2B. Windows color (decimal): -11787772 or 270924. OLE color: 270924.
HSL color Cylindrical-coordinate representation of color #4C2204: hue angle of 25º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C2204 is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 34 | 4 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.70 |
| HSL | 25º | 0.9% | 0.16% | - |
| HSV(B) | 25º | 0.95% | 0.3% | - |
| XYZ | 3.57 | 2.69 | 0.45 | - |
| YUV | 43.14 | 105.91 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 34 | 4 | 0 | 0.55 | 0.95 | 0.70 | 25 | 0.9 | 0.16 |
| Hex | 4C | 22 | 4 | 0 | 37 | 5F | 46 | 19 | 5A | 10 |
| Octal | 114 | 42 | 4 | 0 | 67 | 137 | 106 | 31 | 132 | 20 |
| Binary | 1001100 | 100010 | 100 | 0 | 110111 | 1011111 | 1000110 | 11001 | 1011010 | 10000 |
Color Harmonies of #4C2204
Complementary color
Monochromatic Colors of #4C2204
Black with #4C2204
Text Example
Text Example
White with #4C2204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2204; }
p { color: rgb(76,34,4); }
H1.HeaderClassName
{
color: #4C2204;
}
.AnyTagClassName
{
color: #4C2204;
}
</style>
background-color css
<style>
a { background-color: #4C2204; }
a { background-color: rgb(76,34,4); }
div.DivClassName
{
background-color: #4C2204;
}
.BgClassName
{
background-color: #4C2204;
}
</style>
border-color css
<style>
span { border-color: #4C2204; }
span { border-color: rgb(76,34,4); }
td.TdClassName
{
border-color: #4C2204;
}
.TagClassName
{
border-color: #4C2204;
}
</style>