Shades of Baker's Chocolate #4D2506
Tints of Baker's Chocolate #4D2506
RGB
CMYK
RGB Variations
Color information
#4D2506 (or 0x4D2506) is known color: Baker's Chocolate. HEX triplet: 4D, 25 and 06. RGB value is (77,37,6). Sum of RGB (Red+Green+Blue) = 77+37+6=120 (15% of max value = 765). Red value is 77 (30.47% from 255 or 64.17% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2506 is #B2DAF9. Grayscale: #2D2D2D. Windows color (decimal): -11721466 or 402765. OLE color: 402765.
HSL color Cylindrical-coordinate representation of color #4D2506: hue angle of 26.2º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D2506 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 37 | 6 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.70 |
| HSL | 26.2º | 0.86% | 0.16% | - |
| HSV(B) | 26.2º | 0.92% | 0.3% | - |
| XYZ | 3.76 | 2.91 | 0.54 | - |
| YUV | 45.43 | 105.75 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 37 | 6 | 0 | 0.52 | 0.92 | 0.70 | 26.2 | 0.86 | 0.16 |
| Hex | 4D | 25 | 6 | 0 | 34 | 5C | 46 | 1A | 56 | 10 |
| Octal | 115 | 45 | 6 | 0 | 64 | 134 | 106 | 32 | 126 | 20 |
| Binary | 1001101 | 100101 | 110 | 0 | 110100 | 1011100 | 1000110 | 11010 | 1010110 | 10000 |
Color Harmonies of #4D2506
Complementary color
Monochromatic Colors of #4D2506
Black with #4D2506
Text Example
Text Example
White with #4D2506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2506; }
p { color: rgb(77,37,6); }
H1.HeaderClassName
{
color: #4D2506;
}
.AnyTagClassName
{
color: #4D2506;
}
</style>
background-color css
<style>
a { background-color: #4D2506; }
a { background-color: rgb(77,37,6); }
div.DivClassName
{
background-color: #4D2506;
}
.BgClassName
{
background-color: #4D2506;
}
</style>
border-color css
<style>
span { border-color: #4D2506; }
span { border-color: rgb(77,37,6); }
td.TdClassName
{
border-color: #4D2506;
}
.TagClassName
{
border-color: #4D2506;
}
</style>