Shades of Baker's Chocolate #4D2405
Tints of Baker's Chocolate #4D2405
RGB
CMYK
RGB Variations
Color information
#4D2405 (or 0x4D2405) is known color: Baker's Chocolate. HEX triplet: 4D, 24 and 05. RGB value is (77,36,5). Sum of RGB (Red+Green+Blue) = 77+36+5=118 (15% of max value = 765). Red value is 77 (30.47% from 255 or 65.25% from 118); Green value is 36 (14.45% from 255 or 30.51% from 118); Blue value is 5 (2.34% from 255 or 4.24% from 118); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2405 is #B2DBFA. Grayscale: #2C2C2C. Windows color (decimal): -11721723 or 336973. OLE color: 336973.
HSL color Cylindrical-coordinate representation of color #4D2405: hue angle of 25.83º 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 #4D2405 is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 36 | 5 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.70 |
| HSL | 25.83º | 0.88% | 0.16% | - |
| HSV(B) | 25.83º | 0.94% | 0.3% | - |
| XYZ | 3.72 | 2.85 | 0.5 | - |
| YUV | 44.73 | 105.58 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 36 | 5 | 0 | 0.53 | 0.94 | 0.70 | 25.83 | 0.88 | 0.16 |
| Hex | 4D | 24 | 5 | 0 | 35 | 5E | 46 | 1A | 58 | 10 |
| Octal | 115 | 44 | 5 | 0 | 65 | 136 | 106 | 32 | 130 | 20 |
| Binary | 1001101 | 100100 | 101 | 0 | 110101 | 1011110 | 1000110 | 11010 | 1011000 | 10000 |
Color Harmonies of #4D2405
Complementary color
Monochromatic Colors of #4D2405
Black with #4D2405
Text Example
Text Example
White with #4D2405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2405; }
p { color: rgb(77,36,5); }
H1.HeaderClassName
{
color: #4D2405;
}
.AnyTagClassName
{
color: #4D2405;
}
</style>
background-color css
<style>
a { background-color: #4D2405; }
a { background-color: rgb(77,36,5); }
div.DivClassName
{
background-color: #4D2405;
}
.BgClassName
{
background-color: #4D2405;
}
</style>
border-color css
<style>
span { border-color: #4D2405; }
span { border-color: rgb(77,36,5); }
td.TdClassName
{
border-color: #4D2405;
}
.TagClassName
{
border-color: #4D2405;
}
</style>