Shades of Baker's Chocolate #4D320B
Tints of Baker's Chocolate #4D320B
RGB
CMYK
RGB Variations
Color information
#4D320B (or 0x4D320B) is known color: Baker's Chocolate. HEX triplet: 4D, 32 and 0B. RGB value is (77,50,11). Sum of RGB (Red+Green+Blue) = 77+50+11=138 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.80% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 77 - color contains mainly: red. Hex color #4D320B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D320B is #B2CDF4. Grayscale: #353535. Windows color (decimal): -11718133 or 733773. OLE color: 733773.
HSL color Cylindrical-coordinate representation of color #4D320B: hue angle of 35.45º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D320B is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 50 | 11 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.70 |
| HSL | 35.45º | 0.75% | 0.17% | - |
| HSV(B) | 35.45º | 0.86% | 0.3% | - |
| XYZ | 4.26 | 3.88 | 0.84 | - |
| YUV | 53.63 | 103.95 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 50 | 11 | 0 | 0.35 | 0.86 | 0.70 | 35.45 | 0.75 | 0.17 |
| Hex | 4D | 32 | B | 0 | 23 | 56 | 46 | 23 | 4B | 11 |
| Octal | 115 | 62 | 13 | 0 | 43 | 126 | 106 | 43 | 113 | 21 |
| Binary | 1001101 | 110010 | 1011 | 0 | 100011 | 1010110 | 1000110 | 100011 | 1001011 | 10001 |
Color Harmonies of #4D320B
Complementary color
Monochromatic Colors of #4D320B
Black with #4D320B
Text Example
Text Example
White with #4D320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D320B; }
p { color: rgb(77,50,11); }
H1.HeaderClassName
{
color: #4D320B;
}
.AnyTagClassName
{
color: #4D320B;
}
</style>
background-color css
<style>
a { background-color: #4D320B; }
a { background-color: rgb(77,50,11); }
div.DivClassName
{
background-color: #4D320B;
}
.BgClassName
{
background-color: #4D320B;
}
</style>
border-color css
<style>
span { border-color: #4D320B; }
span { border-color: rgb(77,50,11); }
td.TdClassName
{
border-color: #4D320B;
}
.TagClassName
{
border-color: #4D320B;
}
</style>