Shades of Baker's Chocolate #4D3504
Tints of Baker's Chocolate #4D3504
RGB
CMYK
RGB Variations
Color information
#4D3504 (or 0x4D3504) is known color: Baker's Chocolate. HEX triplet: 4D, 35 and 04. RGB value is (77,53,4). Sum of RGB (Red+Green+Blue) = 77+53+4=134 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.46% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 4 (1.95% from 255 or 2.99% from 134); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3504 is #B2CAFB. Grayscale: #363636. Windows color (decimal): -11717372 or 275789. OLE color: 275789.
HSL color Cylindrical-coordinate representation of color #4D3504: hue angle of 40.27º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D3504 is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 53 | 4 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.70 |
| HSL | 40.27º | 0.9% | 0.16% | - |
| HSV(B) | 40.27º | 0.95% | 0.3% | - |
| XYZ | 4.36 | 4.13 | 0.68 | - |
| YUV | 54.59 | 99.45 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 53 | 4 | 0 | 0.31 | 0.95 | 0.70 | 40.27 | 0.9 | 0.16 |
| Hex | 4D | 35 | 4 | 0 | 1F | 5F | 46 | 28 | 5A | 10 |
| Octal | 115 | 65 | 4 | 0 | 37 | 137 | 106 | 50 | 132 | 20 |
| Binary | 1001101 | 110101 | 100 | 0 | 11111 | 1011111 | 1000110 | 101000 | 1011010 | 10000 |
Color Harmonies of #4D3504
Complementary color
Monochromatic Colors of #4D3504
Black with #4D3504
Text Example
Text Example
White with #4D3504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3504; }
p { color: rgb(77,53,4); }
H1.HeaderClassName
{
color: #4D3504;
}
.AnyTagClassName
{
color: #4D3504;
}
</style>
background-color css
<style>
a { background-color: #4D3504; }
a { background-color: rgb(77,53,4); }
div.DivClassName
{
background-color: #4D3504;
}
.BgClassName
{
background-color: #4D3504;
}
</style>
border-color css
<style>
span { border-color: #4D3504; }
span { border-color: rgb(77,53,4); }
td.TdClassName
{
border-color: #4D3504;
}
.TagClassName
{
border-color: #4D3504;
}
</style>