Shades of Baker's Chocolate #4D2C03
Tints of Baker's Chocolate #4D2C03
RGB
CMYK
RGB Variations
Color information
#4D2C03 (or 0x4D2C03) is known color: Baker's Chocolate. HEX triplet: 4D, 2C and 03. RGB value is (77,44,3). Sum of RGB (Red+Green+Blue) = 77+44+3=124 (16% of max value = 765). Red value is 77 (30.47% from 255 or 62.10% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2C03 is #B2D3FC. Grayscale: #313131. Windows color (decimal): -11719677 or 207949. OLE color: 207949.
HSL color Cylindrical-coordinate representation of color #4D2C03: hue angle of 33.24º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D2C03 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 44 | 3 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.70 |
| HSL | 33.24º | 0.93% | 0.16% | - |
| HSV(B) | 33.24º | 0.96% | 0.3% | - |
| XYZ | 3.98 | 3.39 | 0.53 | - |
| YUV | 49.19 | 101.93 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 44 | 3 | 0 | 0.43 | 0.96 | 0.70 | 33.24 | 0.93 | 0.16 |
| Hex | 4D | 2C | 3 | 0 | 2B | 60 | 46 | 21 | 5C | 10 |
| Octal | 115 | 54 | 3 | 0 | 53 | 140 | 106 | 41 | 134 | 20 |
| Binary | 1001101 | 101100 | 11 | 0 | 101011 | 1100000 | 1000110 | 100001 | 1011100 | 10000 |
Color Harmonies of #4D2C03
Complementary color
Monochromatic Colors of #4D2C03
Black with #4D2C03
Text Example
Text Example
White with #4D2C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2C03; }
p { color: rgb(77,44,3); }
H1.HeaderClassName
{
color: #4D2C03;
}
.AnyTagClassName
{
color: #4D2C03;
}
</style>
background-color css
<style>
a { background-color: #4D2C03; }
a { background-color: rgb(77,44,3); }
div.DivClassName
{
background-color: #4D2C03;
}
.BgClassName
{
background-color: #4D2C03;
}
</style>
border-color css
<style>
span { border-color: #4D2C03; }
span { border-color: rgb(77,44,3); }
td.TdClassName
{
border-color: #4D2C03;
}
.TagClassName
{
border-color: #4D2C03;
}
</style>