Shades of Baker's Chocolate #4D2D0D
Tints of Baker's Chocolate #4D2D0D
RGB
CMYK
RGB Variations
Color information
#4D2D0D (or 0x4D2D0D) is known color: Baker's Chocolate. HEX triplet: 4D, 2D and 0D. RGB value is (77,45,13). Sum of RGB (Red+Green+Blue) = 77+45+13=135 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.04% from 135); Green value is 45 (17.97% from 255 or 33.33% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2D0D is #B2D2F2. Grayscale: #333333. Windows color (decimal): -11719411 or 863565. OLE color: 863565.
HSL color Cylindrical-coordinate representation of color #4D2D0D: hue angle of 30º 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 #4D2D0D is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 45 | 13 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.70 |
| HSL | 30º | 0.71% | 0.18% | - |
| HSV(B) | 30º | 0.83% | 0.3% | - |
| XYZ | 4.07 | 3.48 | 0.84 | - |
| YUV | 50.92 | 106.6 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 45 | 13 | 0 | 0.42 | 0.83 | 0.70 | 30 | 0.71 | 0.18 |
| Hex | 4D | 2D | D | 0 | 2A | 53 | 46 | 1E | 47 | 12 |
| Octal | 115 | 55 | 15 | 0 | 52 | 123 | 106 | 36 | 107 | 22 |
| Binary | 1001101 | 101101 | 1101 | 0 | 101010 | 1010011 | 1000110 | 11110 | 1000111 | 10010 |
Color Harmonies of #4D2D0D
Complementary color
Monochromatic Colors of #4D2D0D
Black with #4D2D0D
Text Example
Text Example
White with #4D2D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2D0D; }
p { color: rgb(77,45,13); }
H1.HeaderClassName
{
color: #4D2D0D;
}
.AnyTagClassName
{
color: #4D2D0D;
}
</style>
background-color css
<style>
a { background-color: #4D2D0D; }
a { background-color: rgb(77,45,13); }
div.DivClassName
{
background-color: #4D2D0D;
}
.BgClassName
{
background-color: #4D2D0D;
}
</style>
border-color css
<style>
span { border-color: #4D2D0D; }
span { border-color: rgb(77,45,13); }
td.TdClassName
{
border-color: #4D2D0D;
}
.TagClassName
{
border-color: #4D2D0D;
}
</style>