Shades of Baker's Chocolate #4D3206
Tints of Baker's Chocolate #4D3206
RGB
CMYK
RGB Variations
Color information
#4D3206 (or 0x4D3206) is known color: Baker's Chocolate. HEX triplet: 4D, 32 and 06. RGB value is (77,50,6). Sum of RGB (Red+Green+Blue) = 77+50+6=133 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.89% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 6 (2.73% from 255 or 4.51% from 133); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3206 is #B2CDF9. Grayscale: #353535. Windows color (decimal): -11718138 or 406093. OLE color: 406093.
HSL color Cylindrical-coordinate representation of color #4D3206: hue angle of 37.18º degrees, saturation: 0.86, 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 #4D3206 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 50 | 6 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.70 |
| HSL | 37.18º | 0.86% | 0.16% | - |
| HSV(B) | 37.18º | 0.92% | 0.3% | - |
| XYZ | 4.23 | 3.87 | 0.7 | - |
| YUV | 53.06 | 101.45 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 50 | 6 | 0 | 0.35 | 0.92 | 0.70 | 37.18 | 0.86 | 0.16 |
| Hex | 4D | 32 | 6 | 0 | 23 | 5C | 46 | 25 | 56 | 10 |
| Octal | 115 | 62 | 6 | 0 | 43 | 134 | 106 | 45 | 126 | 20 |
| Binary | 1001101 | 110010 | 110 | 0 | 100011 | 1011100 | 1000110 | 100101 | 1010110 | 10000 |
Color Harmonies of #4D3206
Complementary color
Monochromatic Colors of #4D3206
Black with #4D3206
Text Example
Text Example
White with #4D3206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3206; }
p { color: rgb(77,50,6); }
H1.HeaderClassName
{
color: #4D3206;
}
.AnyTagClassName
{
color: #4D3206;
}
</style>
background-color css
<style>
a { background-color: #4D3206; }
a { background-color: rgb(77,50,6); }
div.DivClassName
{
background-color: #4D3206;
}
.BgClassName
{
background-color: #4D3206;
}
</style>
border-color css
<style>
span { border-color: #4D3206; }
span { border-color: rgb(77,50,6); }
td.TdClassName
{
border-color: #4D3206;
}
.TagClassName
{
border-color: #4D3206;
}
</style>