Shades of Baker's Chocolate #4D2808
Tints of Baker's Chocolate #4D2808
RGB
CMYK
RGB Variations
Color information
#4D2808 (or 0x4D2808) is known color: Baker's Chocolate. HEX triplet: 4D, 28 and 08. RGB value is (77,40,8). Sum of RGB (Red+Green+Blue) = 77+40+8=125 (16% of max value = 765). Red value is 77 (30.47% from 255 or 61.6% from 125); Green value is 40 (16.02% from 255 or 32% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2808 is #B2D7F7. Grayscale: #2F2F2F. Windows color (decimal): -11720696 or 534605. OLE color: 534605.
HSL color Cylindrical-coordinate representation of color #4D2808: hue angle of 27.83º 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 #4D2808 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 40 | 8 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.70 |
| HSL | 27.83º | 0.81% | 0.17% | - |
| HSV(B) | 27.83º | 0.9% | 0.3% | - |
| XYZ | 3.86 | 3.11 | 0.63 | - |
| YUV | 47.42 | 105.76 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 40 | 8 | 0 | 0.48 | 0.90 | 0.70 | 27.83 | 0.81 | 0.17 |
| Hex | 4D | 28 | 8 | 0 | 30 | 5A | 46 | 1C | 51 | 11 |
| Octal | 115 | 50 | 10 | 0 | 60 | 132 | 106 | 34 | 121 | 21 |
| Binary | 1001101 | 101000 | 1000 | 0 | 110000 | 1011010 | 1000110 | 11100 | 1010001 | 10001 |
Color Harmonies of #4D2808
Complementary color
Monochromatic Colors of #4D2808
Black with #4D2808
Text Example
Text Example
White with #4D2808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2808; }
p { color: rgb(77,40,8); }
H1.HeaderClassName
{
color: #4D2808;
}
.AnyTagClassName
{
color: #4D2808;
}
</style>
background-color css
<style>
a { background-color: #4D2808; }
a { background-color: rgb(77,40,8); }
div.DivClassName
{
background-color: #4D2808;
}
.BgClassName
{
background-color: #4D2808;
}
</style>
border-color css
<style>
span { border-color: #4D2808; }
span { border-color: rgb(77,40,8); }
td.TdClassName
{
border-color: #4D2808;
}
.TagClassName
{
border-color: #4D2808;
}
</style>