Shades of Baker's Chocolate #4D2E0D
Tints of Baker's Chocolate #4D2E0D
RGB
CMYK
RGB Variations
Color information
#4D2E0D (or 0x4D2E0D) is known color: Baker's Chocolate. HEX triplet: 4D, 2E and 0D. RGB value is (77,46,13). Sum of RGB (Red+Green+Blue) = 77+46+13=136 (18% of max value = 765). Red value is 77 (30.47% from 255 or 56.62% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2E0D is #B2D1F2. Grayscale: #333333. Windows color (decimal): -11719155 or 863821. OLE color: 863821.
HSL color Cylindrical-coordinate representation of color #4D2E0D: hue angle of 30.94º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D2E0D is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 46 | 13 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.70 |
| HSL | 30.94º | 0.71% | 0.18% | - |
| HSV(B) | 30.94º | 0.83% | 0.3% | - |
| XYZ | 4.11 | 3.56 | 0.85 | - |
| YUV | 51.51 | 106.27 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 46 | 13 | 0 | 0.40 | 0.83 | 0.70 | 30.94 | 0.71 | 0.18 |
| Hex | 4D | 2E | D | 0 | 28 | 53 | 46 | 1F | 47 | 12 |
| Octal | 115 | 56 | 15 | 0 | 50 | 123 | 106 | 37 | 107 | 22 |
| Binary | 1001101 | 101110 | 1101 | 0 | 101000 | 1010011 | 1000110 | 11111 | 1000111 | 10010 |
Color Harmonies of #4D2E0D
Complementary color
Monochromatic Colors of #4D2E0D
Black with #4D2E0D
Text Example
Text Example
White with #4D2E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2E0D; }
p { color: rgb(77,46,13); }
H1.HeaderClassName
{
color: #4D2E0D;
}
.AnyTagClassName
{
color: #4D2E0D;
}
</style>
background-color css
<style>
a { background-color: #4D2E0D; }
a { background-color: rgb(77,46,13); }
div.DivClassName
{
background-color: #4D2E0D;
}
.BgClassName
{
background-color: #4D2E0D;
}
</style>
border-color css
<style>
span { border-color: #4D2E0D; }
span { border-color: rgb(77,46,13); }
td.TdClassName
{
border-color: #4D2E0D;
}
.TagClassName
{
border-color: #4D2E0D;
}
</style>