Shades of Baker's Chocolate #4D2E05
Tints of Baker's Chocolate #4D2E05
RGB
CMYK
RGB Variations
Color information
#4D2E05 (or 0x4D2E05) is known color: Baker's Chocolate. HEX triplet: 4D, 2E and 05. RGB value is (77,46,5). Sum of RGB (Red+Green+Blue) = 77+46+5=128 (16% of max value = 765). Red value is 77 (30.47% from 255 or 60.16% from 128); Green value is 46 (18.36% from 255 or 35.94% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2E05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2E05 is #B2D1FA. Grayscale: #323232. Windows color (decimal): -11719163 or 339533. OLE color: 339533.
HSL color Cylindrical-coordinate representation of color #4D2E05: hue angle of 34.17º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D2E05 is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 46 | 5 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.70 |
| HSL | 34.17º | 0.88% | 0.16% | - |
| HSV(B) | 34.17º | 0.94% | 0.3% | - |
| XYZ | 4.06 | 3.54 | 0.61 | - |
| YUV | 50.6 | 102.27 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 46 | 5 | 0 | 0.40 | 0.94 | 0.70 | 34.17 | 0.88 | 0.16 |
| Hex | 4D | 2E | 5 | 0 | 28 | 5E | 46 | 22 | 58 | 10 |
| Octal | 115 | 56 | 5 | 0 | 50 | 136 | 106 | 42 | 130 | 20 |
| Binary | 1001101 | 101110 | 101 | 0 | 101000 | 1011110 | 1000110 | 100010 | 1011000 | 10000 |
Color Harmonies of #4D2E05
Complementary color
Monochromatic Colors of #4D2E05
Black with #4D2E05
Text Example
Text Example
White with #4D2E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2E05; }
p { color: rgb(77,46,5); }
H1.HeaderClassName
{
color: #4D2E05;
}
.AnyTagClassName
{
color: #4D2E05;
}
</style>
background-color css
<style>
a { background-color: #4D2E05; }
a { background-color: rgb(77,46,5); }
div.DivClassName
{
background-color: #4D2E05;
}
.BgClassName
{
background-color: #4D2E05;
}
</style>
border-color css
<style>
span { border-color: #4D2E05; }
span { border-color: rgb(77,46,5); }
td.TdClassName
{
border-color: #4D2E05;
}
.TagClassName
{
border-color: #4D2E05;
}
</style>