Shades of Baker's Chocolate #4D3205
Tints of Baker's Chocolate #4D3205
RGB
CMYK
RGB Variations
Color information
#4D3205 (or 0x4D3205) is known color: Baker's Chocolate. HEX triplet: 4D, 32 and 05. RGB value is (77,50,5). Sum of RGB (Red+Green+Blue) = 77+50+5=132 (17% of max value = 765). Red value is 77 (30.47% from 255 or 58.33% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3205 is #B2CDFA. Grayscale: #353535. Windows color (decimal): -11718139 or 340557. OLE color: 340557.
HSL color Cylindrical-coordinate representation of color #4D3205: hue angle of 37.5º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D3205 is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 50 | 5 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.70 |
| HSL | 37.5º | 0.88% | 0.16% | - |
| HSV(B) | 37.5º | 0.94% | 0.3% | - |
| XYZ | 4.23 | 3.87 | 0.67 | - |
| YUV | 52.94 | 100.95 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 50 | 5 | 0 | 0.35 | 0.94 | 0.70 | 37.5 | 0.88 | 0.16 |
| Hex | 4D | 32 | 5 | 0 | 23 | 5E | 46 | 26 | 58 | 10 |
| Octal | 115 | 62 | 5 | 0 | 43 | 136 | 106 | 46 | 130 | 20 |
| Binary | 1001101 | 110010 | 101 | 0 | 100011 | 1011110 | 1000110 | 100110 | 1011000 | 10000 |
Color Harmonies of #4D3205
Complementary color
Monochromatic Colors of #4D3205
Black with #4D3205
Text Example
Text Example
White with #4D3205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3205; }
p { color: rgb(77,50,5); }
H1.HeaderClassName
{
color: #4D3205;
}
.AnyTagClassName
{
color: #4D3205;
}
</style>
background-color css
<style>
a { background-color: #4D3205; }
a { background-color: rgb(77,50,5); }
div.DivClassName
{
background-color: #4D3205;
}
.BgClassName
{
background-color: #4D3205;
}
</style>
border-color css
<style>
span { border-color: #4D3205; }
span { border-color: rgb(77,50,5); }
td.TdClassName
{
border-color: #4D3205;
}
.TagClassName
{
border-color: #4D3205;
}
</style>