Shades of Baker's Chocolate #4C2904
Tints of Baker's Chocolate #4C2904
RGB
CMYK
RGB Variations
Color information
#4C2904 (or 0x4C2904) is known color: Baker's Chocolate. HEX triplet: 4C, 29 and 04. RGB value is (76,41,4). Sum of RGB (Red+Green+Blue) = 76+41+4=121 (16% of max value = 765). Red value is 76 (30.08% from 255 or 62.81% from 121); Green value is 41 (16.41% from 255 or 33.88% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2904 is #B3D6FB. Grayscale: #2F2F2F. Windows color (decimal): -11785980 or 272716. OLE color: 272716.
HSL color Cylindrical-coordinate representation of color #4C2904: hue angle of 30.83º 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 #4C2904 is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 41 | 4 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.70 |
| HSL | 30.83º | 0.9% | 0.16% | - |
| HSV(B) | 30.83º | 0.95% | 0.3% | - |
| XYZ | 3.8 | 3.13 | 0.52 | - |
| YUV | 47.25 | 103.6 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 41 | 4 | 0 | 0.46 | 0.95 | 0.70 | 30.83 | 0.9 | 0.16 |
| Hex | 4C | 29 | 4 | 0 | 2E | 5F | 46 | 1F | 5A | 10 |
| Octal | 114 | 51 | 4 | 0 | 56 | 137 | 106 | 37 | 132 | 20 |
| Binary | 1001100 | 101001 | 100 | 0 | 101110 | 1011111 | 1000110 | 11111 | 1011010 | 10000 |
Color Harmonies of #4C2904
Complementary color
Monochromatic Colors of #4C2904
Black with #4C2904
Text Example
Text Example
White with #4C2904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2904; }
p { color: rgb(76,41,4); }
H1.HeaderClassName
{
color: #4C2904;
}
.AnyTagClassName
{
color: #4C2904;
}
</style>
background-color css
<style>
a { background-color: #4C2904; }
a { background-color: rgb(76,41,4); }
div.DivClassName
{
background-color: #4C2904;
}
.BgClassName
{
background-color: #4C2904;
}
</style>
border-color css
<style>
span { border-color: #4C2904; }
span { border-color: rgb(76,41,4); }
td.TdClassName
{
border-color: #4C2904;
}
.TagClassName
{
border-color: #4C2904;
}
</style>