Shades of Baker's Chocolate #4C3206
Tints of Baker's Chocolate #4C3206
RGB
CMYK
RGB Variations
Color information
#4C3206 (or 0x4C3206) is known color: Baker's Chocolate. HEX triplet: 4C, 32 and 06. RGB value is (76,50,6). Sum of RGB (Red+Green+Blue) = 76+50+6=132 (17% of max value = 765). Red value is 76 (30.08% from 255 or 57.58% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 6 (2.73% from 255 or 4.55% from 132); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3206 is #B3CDF9. Grayscale: #343434. Windows color (decimal): -11783674 or 406092. OLE color: 406092.
HSL color Cylindrical-coordinate representation of color #4C3206: hue angle of 37.71º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C3206 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 50 | 6 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.70 |
| HSL | 37.71º | 0.85% | 0.16% | - |
| HSV(B) | 37.71º | 0.92% | 0.3% | - |
| XYZ | 4.15 | 3.83 | 0.69 | - |
| YUV | 52.76 | 101.61 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 50 | 6 | 0 | 0.34 | 0.92 | 0.70 | 37.71 | 0.85 | 0.16 |
| Hex | 4C | 32 | 6 | 0 | 22 | 5C | 46 | 26 | 55 | 10 |
| Octal | 114 | 62 | 6 | 0 | 42 | 134 | 106 | 46 | 125 | 20 |
| Binary | 1001100 | 110010 | 110 | 0 | 100010 | 1011100 | 1000110 | 100110 | 1010101 | 10000 |
Color Harmonies of #4C3206
Complementary color
Monochromatic Colors of #4C3206
Black with #4C3206
Text Example
Text Example
White with #4C3206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3206; }
p { color: rgb(76,50,6); }
H1.HeaderClassName
{
color: #4C3206;
}
.AnyTagClassName
{
color: #4C3206;
}
</style>
background-color css
<style>
a { background-color: #4C3206; }
a { background-color: rgb(76,50,6); }
div.DivClassName
{
background-color: #4C3206;
}
.BgClassName
{
background-color: #4C3206;
}
</style>
border-color css
<style>
span { border-color: #4C3206; }
span { border-color: rgb(76,50,6); }
td.TdClassName
{
border-color: #4C3206;
}
.TagClassName
{
border-color: #4C3206;
}
</style>