Shades of Baker's Chocolate #4D2F08
Tints of Baker's Chocolate #4D2F08
RGB
CMYK
RGB Variations
Color information
#4D2F08 (or 0x4D2F08) is known color: Baker's Chocolate. HEX triplet: 4D, 2F and 08. RGB value is (77,47,8). Sum of RGB (Red+Green+Blue) = 77+47+8=132 (17% of max value = 765). Red value is 77 (30.47% from 255 or 58.33% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2F08 is #B2D0F7. Grayscale: #333333. Windows color (decimal): -11718904 or 536397. OLE color: 536397.
HSL color Cylindrical-coordinate representation of color #4D2F08: hue angle of 33.91º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D2F08 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 47 | 8 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.70 |
| HSL | 33.91º | 0.81% | 0.17% | - |
| HSV(B) | 33.91º | 0.9% | 0.3% | - |
| XYZ | 4.12 | 3.63 | 0.71 | - |
| YUV | 51.52 | 103.44 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 47 | 8 | 0 | 0.39 | 0.90 | 0.70 | 33.91 | 0.81 | 0.17 |
| Hex | 4D | 2F | 8 | 0 | 27 | 5A | 46 | 22 | 51 | 11 |
| Octal | 115 | 57 | 10 | 0 | 47 | 132 | 106 | 42 | 121 | 21 |
| Binary | 1001101 | 101111 | 1000 | 0 | 100111 | 1011010 | 1000110 | 100010 | 1010001 | 10001 |
Color Harmonies of #4D2F08
Complementary color
Monochromatic Colors of #4D2F08
Black with #4D2F08
Text Example
Text Example
White with #4D2F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2F08; }
p { color: rgb(77,47,8); }
H1.HeaderClassName
{
color: #4D2F08;
}
.AnyTagClassName
{
color: #4D2F08;
}
</style>
background-color css
<style>
a { background-color: #4D2F08; }
a { background-color: rgb(77,47,8); }
div.DivClassName
{
background-color: #4D2F08;
}
.BgClassName
{
background-color: #4D2F08;
}
</style>
border-color css
<style>
span { border-color: #4D2F08; }
span { border-color: rgb(77,47,8); }
td.TdClassName
{
border-color: #4D2F08;
}
.TagClassName
{
border-color: #4D2F08;
}
</style>