Shades of Baker's Chocolate #4D300D
Tints of Baker's Chocolate #4D300D
RGB
CMYK
RGB Variations
Color information
#4D300D (or 0x4D300D) is known color: Baker's Chocolate. HEX triplet: 4D, 30 and 0D. RGB value is (77,48,13). Sum of RGB (Red+Green+Blue) = 77+48+13=138 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.80% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 77 - color contains mainly: red. Hex color #4D300D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D300D is #B2CFF2. Grayscale: #343434. Windows color (decimal): -11718643 or 864333. OLE color: 864333.
HSL color Cylindrical-coordinate representation of color #4D300D: hue angle of 32.81º 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 #4D300D is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 48 | 13 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.70 |
| HSL | 32.81º | 0.71% | 0.18% | - |
| HSV(B) | 32.81º | 0.83% | 0.3% | - |
| XYZ | 4.19 | 3.72 | 0.88 | - |
| YUV | 52.68 | 105.61 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 48 | 13 | 0 | 0.38 | 0.83 | 0.70 | 32.81 | 0.71 | 0.18 |
| Hex | 4D | 30 | D | 0 | 26 | 53 | 46 | 21 | 47 | 12 |
| Octal | 115 | 60 | 15 | 0 | 46 | 123 | 106 | 41 | 107 | 22 |
| Binary | 1001101 | 110000 | 1101 | 0 | 100110 | 1010011 | 1000110 | 100001 | 1000111 | 10010 |
Color Harmonies of #4D300D
Complementary color
Monochromatic Colors of #4D300D
Black with #4D300D
Text Example
Text Example
White with #4D300D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D300D; }
p { color: rgb(77,48,13); }
H1.HeaderClassName
{
color: #4D300D;
}
.AnyTagClassName
{
color: #4D300D;
}
</style>
background-color css
<style>
a { background-color: #4D300D; }
a { background-color: rgb(77,48,13); }
div.DivClassName
{
background-color: #4D300D;
}
.BgClassName
{
background-color: #4D300D;
}
</style>
border-color css
<style>
span { border-color: #4D300D; }
span { border-color: rgb(77,48,13); }
td.TdClassName
{
border-color: #4D300D;
}
.TagClassName
{
border-color: #4D300D;
}
</style>