Shades of Baker's Chocolate #4D300A
Tints of Baker's Chocolate #4D300A
RGB
CMYK
RGB Variations
Color information
#4D300A (or 0x4D300A) is known color: Baker's Chocolate. HEX triplet: 4D, 30 and 0A. RGB value is (77,48,10). Sum of RGB (Red+Green+Blue) = 77+48+10=135 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.04% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 77 - color contains mainly: red. Hex color #4D300A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D300A is #B2CFF5. Grayscale: #343434. Windows color (decimal): -11718646 or 667725. OLE color: 667725.
HSL color Cylindrical-coordinate representation of color #4D300A: hue angle of 34.03º 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 #4D300A is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 48 | 10 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.70 |
| HSL | 34.03º | 0.77% | 0.17% | - |
| HSV(B) | 34.03º | 0.87% | 0.3% | - |
| XYZ | 4.17 | 3.71 | 0.78 | - |
| YUV | 52.34 | 104.11 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 48 | 10 | 0 | 0.38 | 0.87 | 0.70 | 34.03 | 0.77 | 0.17 |
| Hex | 4D | 30 | A | 0 | 26 | 57 | 46 | 22 | 4D | 11 |
| Octal | 115 | 60 | 12 | 0 | 46 | 127 | 106 | 42 | 115 | 21 |
| Binary | 1001101 | 110000 | 1010 | 0 | 100110 | 1010111 | 1000110 | 100010 | 1001101 | 10001 |
Color Harmonies of #4D300A
Complementary color
Monochromatic Colors of #4D300A
Black with #4D300A
Text Example
Text Example
White with #4D300A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D300A; }
p { color: rgb(77,48,10); }
H1.HeaderClassName
{
color: #4D300A;
}
.AnyTagClassName
{
color: #4D300A;
}
</style>
background-color css
<style>
a { background-color: #4D300A; }
a { background-color: rgb(77,48,10); }
div.DivClassName
{
background-color: #4D300A;
}
.BgClassName
{
background-color: #4D300A;
}
</style>
border-color css
<style>
span { border-color: #4D300A; }
span { border-color: rgb(77,48,10); }
td.TdClassName
{
border-color: #4D300A;
}
.TagClassName
{
border-color: #4D300A;
}
</style>