Shades of Baker's Chocolate #4D2609
Tints of Baker's Chocolate #4D2609
RGB
CMYK
RGB Variations
Color information
#4D2609 (or 0x4D2609) is known color: Baker's Chocolate. HEX triplet: 4D, 26 and 09. RGB value is (77,38,9). Sum of RGB (Red+Green+Blue) = 77+38+9=124 (16% of max value = 765). Red value is 77 (30.47% from 255 or 62.10% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2609 is #B2D9F6. Grayscale: #2E2E2E. Windows color (decimal): -11721207 or 599629. OLE color: 599629.
HSL color Cylindrical-coordinate representation of color #4D2609: hue angle of 25.59º 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 #4D2609 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 38 | 9 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.70 |
| HSL | 25.59º | 0.79% | 0.17% | - |
| HSV(B) | 25.59º | 0.88% | 0.3% | - |
| XYZ | 3.8 | 2.98 | 0.63 | - |
| YUV | 46.36 | 106.92 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 38 | 9 | 0 | 0.51 | 0.88 | 0.70 | 25.59 | 0.79 | 0.17 |
| Hex | 4D | 26 | 9 | 0 | 33 | 58 | 46 | 1A | 4F | 11 |
| Octal | 115 | 46 | 11 | 0 | 63 | 130 | 106 | 32 | 117 | 21 |
| Binary | 1001101 | 100110 | 1001 | 0 | 110011 | 1011000 | 1000110 | 11010 | 1001111 | 10001 |
Color Harmonies of #4D2609
Complementary color
Monochromatic Colors of #4D2609
Black with #4D2609
Text Example
Text Example
White with #4D2609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2609; }
p { color: rgb(77,38,9); }
H1.HeaderClassName
{
color: #4D2609;
}
.AnyTagClassName
{
color: #4D2609;
}
</style>
background-color css
<style>
a { background-color: #4D2609; }
a { background-color: rgb(77,38,9); }
div.DivClassName
{
background-color: #4D2609;
}
.BgClassName
{
background-color: #4D2609;
}
</style>
border-color css
<style>
span { border-color: #4D2609; }
span { border-color: rgb(77,38,9); }
td.TdClassName
{
border-color: #4D2609;
}
.TagClassName
{
border-color: #4D2609;
}
</style>