Shades of Baker's Chocolate #4C2F09
Tints of Baker's Chocolate #4C2F09
RGB
CMYK
RGB Variations
Color information
#4C2F09 (or 0x4C2F09) is known color: Baker's Chocolate. HEX triplet: 4C, 2F and 09. RGB value is (76,47,9). Sum of RGB (Red+Green+Blue) = 76+47+9=132 (17% of max value = 765). Red value is 76 (30.08% from 255 or 57.58% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 9 (3.91% from 255 or 6.82% from 132); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2F09 is #B3D0F6. Grayscale: #333333. Windows color (decimal): -11784439 or 601932. OLE color: 601932.
HSL color Cylindrical-coordinate representation of color #4C2F09: hue angle of 34.03º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C2F09 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 47 | 9 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.70 |
| HSL | 34.03º | 0.79% | 0.17% | - |
| HSV(B) | 34.03º | 0.88% | 0.3% | - |
| XYZ | 4.05 | 3.59 | 0.74 | - |
| YUV | 51.34 | 104.11 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 47 | 9 | 0 | 0.38 | 0.88 | 0.70 | 34.03 | 0.79 | 0.17 |
| Hex | 4C | 2F | 9 | 0 | 26 | 58 | 46 | 22 | 4F | 11 |
| Octal | 114 | 57 | 11 | 0 | 46 | 130 | 106 | 42 | 117 | 21 |
| Binary | 1001100 | 101111 | 1001 | 0 | 100110 | 1011000 | 1000110 | 100010 | 1001111 | 10001 |
Color Harmonies of #4C2F09
Complementary color
Monochromatic Colors of #4C2F09
Black with #4C2F09
Text Example
Text Example
White with #4C2F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2F09; }
p { color: rgb(76,47,9); }
H1.HeaderClassName
{
color: #4C2F09;
}
.AnyTagClassName
{
color: #4C2F09;
}
</style>
background-color css
<style>
a { background-color: #4C2F09; }
a { background-color: rgb(76,47,9); }
div.DivClassName
{
background-color: #4C2F09;
}
.BgClassName
{
background-color: #4C2F09;
}
</style>
border-color css
<style>
span { border-color: #4C2F09; }
span { border-color: rgb(76,47,9); }
td.TdClassName
{
border-color: #4C2F09;
}
.TagClassName
{
border-color: #4C2F09;
}
</style>