Shades of Baker's Chocolate #4D2709
Tints of Baker's Chocolate #4D2709
RGB
CMYK
RGB Variations
Color information
#4D2709 (or 0x4D2709) is known color: Baker's Chocolate. HEX triplet: 4D, 27 and 09. RGB value is (77,39,9). Sum of RGB (Red+Green+Blue) = 77+39+9=125 (16% of max value = 765). Red value is 77 (30.47% from 255 or 61.6% from 125); Green value is 39 (15.62% from 255 or 31.2% from 125); Blue value is 9 (3.91% from 255 or 7.2% from 125); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2709 is #B2D8F6. Grayscale: #2F2F2F. Windows color (decimal): -11720951 or 599885. OLE color: 599885.
HSL color Cylindrical-coordinate representation of color #4D2709: hue angle of 26.47º 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 #4D2709 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 39 | 9 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.70 |
| HSL | 26.47º | 0.79% | 0.17% | - |
| HSV(B) | 26.47º | 0.88% | 0.3% | - |
| XYZ | 3.84 | 3.05 | 0.64 | - |
| YUV | 46.94 | 106.59 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 39 | 9 | 0 | 0.49 | 0.88 | 0.70 | 26.47 | 0.79 | 0.17 |
| Hex | 4D | 27 | 9 | 0 | 31 | 58 | 46 | 1A | 4F | 11 |
| Octal | 115 | 47 | 11 | 0 | 61 | 130 | 106 | 32 | 117 | 21 |
| Binary | 1001101 | 100111 | 1001 | 0 | 110001 | 1011000 | 1000110 | 11010 | 1001111 | 10001 |
Color Harmonies of #4D2709
Complementary color
Monochromatic Colors of #4D2709
Black with #4D2709
Text Example
Text Example
White with #4D2709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2709; }
p { color: rgb(77,39,9); }
H1.HeaderClassName
{
color: #4D2709;
}
.AnyTagClassName
{
color: #4D2709;
}
</style>
background-color css
<style>
a { background-color: #4D2709; }
a { background-color: rgb(77,39,9); }
div.DivClassName
{
background-color: #4D2709;
}
.BgClassName
{
background-color: #4D2709;
}
</style>
border-color css
<style>
span { border-color: #4D2709; }
span { border-color: rgb(77,39,9); }
td.TdClassName
{
border-color: #4D2709;
}
.TagClassName
{
border-color: #4D2709;
}
</style>