Shades of Baker's Chocolate #4D330A
Tints of Baker's Chocolate #4D330A
RGB
CMYK
RGB Variations
Color information
#4D330A (or 0x4D330A) is known color: Baker's Chocolate. HEX triplet: 4D, 33 and 0A. RGB value is (77,51,10). Sum of RGB (Red+Green+Blue) = 77+51+10=138 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.80% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 10 (4.30% from 255 or 7.25% from 138); Max value from RGB is 77 - color contains mainly: red. Hex color #4D330A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D330A is #B2CCF5. Grayscale: #363636. Windows color (decimal): -11717878 or 668493. OLE color: 668493.
HSL color Cylindrical-coordinate representation of color #4D330A: hue angle of 36.72º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D330A is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 51 | 10 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.70 |
| HSL | 36.72º | 0.77% | 0.17% | - |
| HSV(B) | 36.72º | 0.87% | 0.3% | - |
| XYZ | 4.3 | 3.97 | 0.83 | - |
| YUV | 54.1 | 103.11 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 51 | 10 | 0 | 0.34 | 0.87 | 0.70 | 36.72 | 0.77 | 0.17 |
| Hex | 4D | 33 | A | 0 | 22 | 57 | 46 | 25 | 4D | 11 |
| Octal | 115 | 63 | 12 | 0 | 42 | 127 | 106 | 45 | 115 | 21 |
| Binary | 1001101 | 110011 | 1010 | 0 | 100010 | 1010111 | 1000110 | 100101 | 1001101 | 10001 |
Color Harmonies of #4D330A
Complementary color
Monochromatic Colors of #4D330A
Black with #4D330A
Text Example
Text Example
White with #4D330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D330A; }
p { color: rgb(77,51,10); }
H1.HeaderClassName
{
color: #4D330A;
}
.AnyTagClassName
{
color: #4D330A;
}
</style>
background-color css
<style>
a { background-color: #4D330A; }
a { background-color: rgb(77,51,10); }
div.DivClassName
{
background-color: #4D330A;
}
.BgClassName
{
background-color: #4D330A;
}
</style>
border-color css
<style>
span { border-color: #4D330A; }
span { border-color: rgb(77,51,10); }
td.TdClassName
{
border-color: #4D330A;
}
.TagClassName
{
border-color: #4D330A;
}
</style>