Shades of Baker's Chocolate #4D2301
Tints of Baker's Chocolate #4D2301
RGB
CMYK
RGB Variations
Color information
#4D2301 (or 0x4D2301) is known color: Baker's Chocolate. HEX triplet: 4D, 23 and 01. RGB value is (77,35,1). Sum of RGB (Red+Green+Blue) = 77+35+1=113 (14% of max value = 765). Red value is 77 (30.47% from 255 or 68.14% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2301 is #B2DCFE. Grayscale: #2B2B2B. Windows color (decimal): -11721983 or 74573. OLE color: 74573.
HSL color Cylindrical-coordinate representation of color #4D2301: hue angle of 26.84º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D2301 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 35 | 1 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.70 |
| HSL | 26.84º | 0.97% | 0.15% | - |
| HSV(B) | 26.84º | 0.99% | 0.3% | - |
| XYZ | 3.67 | 2.78 | 0.37 | - |
| YUV | 43.68 | 103.91 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 35 | 1 | 0 | 0.55 | 0.99 | 0.70 | 26.84 | 0.97 | 0.15 |
| Hex | 4D | 23 | 1 | 0 | 37 | 63 | 46 | 1B | 61 | F |
| Octal | 115 | 43 | 1 | 0 | 67 | 143 | 106 | 33 | 141 | 17 |
| Binary | 1001101 | 100011 | 1 | 0 | 110111 | 1100011 | 1000110 | 11011 | 1100001 | 1111 |
Color Harmonies of #4D2301
Complementary color
Monochromatic Colors of #4D2301
Black with #4D2301
Text Example
Text Example
White with #4D2301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2301; }
p { color: rgb(77,35,1); }
H1.HeaderClassName
{
color: #4D2301;
}
.AnyTagClassName
{
color: #4D2301;
}
</style>
background-color css
<style>
a { background-color: #4D2301; }
a { background-color: rgb(77,35,1); }
div.DivClassName
{
background-color: #4D2301;
}
.BgClassName
{
background-color: #4D2301;
}
</style>
border-color css
<style>
span { border-color: #4D2301; }
span { border-color: rgb(77,35,1); }
td.TdClassName
{
border-color: #4D2301;
}
.TagClassName
{
border-color: #4D2301;
}
</style>