Shades of Baker's Chocolate #4D3402
Tints of Baker's Chocolate #4D3402
RGB
CMYK
RGB Variations
Color information
#4D3402 (or 0x4D3402) is known color: Baker's Chocolate. HEX triplet: 4D, 34 and 02. RGB value is (77,52,2). Sum of RGB (Red+Green+Blue) = 77+52+2=131 (17% of max value = 765). Red value is 77 (30.47% from 255 or 58.78% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3402 is #B2CBFD. Grayscale: #363636. Windows color (decimal): -11717630 or 144461. OLE color: 144461.
HSL color Cylindrical-coordinate representation of color #4D3402: hue angle of 40º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D3402 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 52 | 2 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.70 |
| HSL | 40º | 0.95% | 0.15% | - |
| HSV(B) | 40º | 0.97% | 0.3% | - |
| XYZ | 4.3 | 4.04 | 0.61 | - |
| YUV | 53.78 | 98.78 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 52 | 2 | 0 | 0.32 | 0.97 | 0.70 | 40 | 0.95 | 0.15 |
| Hex | 4D | 34 | 2 | 0 | 20 | 61 | 46 | 28 | 5F | F |
| Octal | 115 | 64 | 2 | 0 | 40 | 141 | 106 | 50 | 137 | 17 |
| Binary | 1001101 | 110100 | 10 | 0 | 100000 | 1100001 | 1000110 | 101000 | 1011111 | 1111 |
Color Harmonies of #4D3402
Complementary color
Monochromatic Colors of #4D3402
Black with #4D3402
Text Example
Text Example
White with #4D3402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3402; }
p { color: rgb(77,52,2); }
H1.HeaderClassName
{
color: #4D3402;
}
.AnyTagClassName
{
color: #4D3402;
}
</style>
background-color css
<style>
a { background-color: #4D3402; }
a { background-color: rgb(77,52,2); }
div.DivClassName
{
background-color: #4D3402;
}
.BgClassName
{
background-color: #4D3402;
}
</style>
border-color css
<style>
span { border-color: #4D3402; }
span { border-color: rgb(77,52,2); }
td.TdClassName
{
border-color: #4D3402;
}
.TagClassName
{
border-color: #4D3402;
}
</style>