Shades of Baker's Chocolate #4D2809
Tints of Baker's Chocolate #4D2809
RGB
CMYK
RGB Variations
Color information
#4D2809 (or 0x4D2809) is known color: Baker's Chocolate. HEX triplet: 4D, 28 and 09. RGB value is (77,40,9). Sum of RGB (Red+Green+Blue) = 77+40+9=126 (16% of max value = 765). Red value is 77 (30.47% from 255 or 61.11% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2809 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2809 is #B2D7F6. Grayscale: #2F2F2F. Windows color (decimal): -11720695 or 600141. OLE color: 600141.
HSL color Cylindrical-coordinate representation of color #4D2809: hue angle of 27.35º 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 #4D2809 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 40 | 9 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.70 |
| HSL | 27.35º | 0.79% | 0.17% | - |
| HSV(B) | 27.35º | 0.88% | 0.3% | - |
| XYZ | 3.87 | 3.12 | 0.66 | - |
| YUV | 47.53 | 106.26 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 40 | 9 | 0 | 0.48 | 0.88 | 0.70 | 27.35 | 0.79 | 0.17 |
| Hex | 4D | 28 | 9 | 0 | 30 | 58 | 46 | 1B | 4F | 11 |
| Octal | 115 | 50 | 11 | 0 | 60 | 130 | 106 | 33 | 117 | 21 |
| Binary | 1001101 | 101000 | 1001 | 0 | 110000 | 1011000 | 1000110 | 11011 | 1001111 | 10001 |
Color Harmonies of #4D2809
Complementary color
Monochromatic Colors of #4D2809
Black with #4D2809
Text Example
Text Example
White with #4D2809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2809; }
p { color: rgb(77,40,9); }
H1.HeaderClassName
{
color: #4D2809;
}
.AnyTagClassName
{
color: #4D2809;
}
</style>
background-color css
<style>
a { background-color: #4D2809; }
a { background-color: rgb(77,40,9); }
div.DivClassName
{
background-color: #4D2809;
}
.BgClassName
{
background-color: #4D2809;
}
</style>
border-color css
<style>
span { border-color: #4D2809; }
span { border-color: rgb(77,40,9); }
td.TdClassName
{
border-color: #4D2809;
}
.TagClassName
{
border-color: #4D2809;
}
</style>