Shades of Baker's Chocolate #4D2C02
Tints of Baker's Chocolate #4D2C02
RGB
CMYK
RGB Variations
Color information
#4D2C02 (or 0x4D2C02) is known color: Baker's Chocolate. HEX triplet: 4D, 2C and 02. RGB value is (77,44,2). Sum of RGB (Red+Green+Blue) = 77+44+2=123 (16% of max value = 765). Red value is 77 (30.47% from 255 or 62.60% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2C02 is #B2D3FD. Grayscale: #313131. Windows color (decimal): -11719678 or 142413. OLE color: 142413.
HSL color Cylindrical-coordinate representation of color #4D2C02: hue angle of 33.6º 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 #4D2C02 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 44 | 2 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.70 |
| HSL | 33.6º | 0.95% | 0.15% | - |
| HSV(B) | 33.6º | 0.97% | 0.3% | - |
| XYZ | 3.97 | 3.38 | 0.5 | - |
| YUV | 49.08 | 101.43 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 44 | 2 | 0 | 0.43 | 0.97 | 0.70 | 33.6 | 0.95 | 0.15 |
| Hex | 4D | 2C | 2 | 0 | 2B | 61 | 46 | 22 | 5F | F |
| Octal | 115 | 54 | 2 | 0 | 53 | 141 | 106 | 42 | 137 | 17 |
| Binary | 1001101 | 101100 | 10 | 0 | 101011 | 1100001 | 1000110 | 100010 | 1011111 | 1111 |
Color Harmonies of #4D2C02
Complementary color
Monochromatic Colors of #4D2C02
Black with #4D2C02
Text Example
Text Example
White with #4D2C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2C02; }
p { color: rgb(77,44,2); }
H1.HeaderClassName
{
color: #4D2C02;
}
.AnyTagClassName
{
color: #4D2C02;
}
</style>
background-color css
<style>
a { background-color: #4D2C02; }
a { background-color: rgb(77,44,2); }
div.DivClassName
{
background-color: #4D2C02;
}
.BgClassName
{
background-color: #4D2C02;
}
</style>
border-color css
<style>
span { border-color: #4D2C02; }
span { border-color: rgb(77,44,2); }
td.TdClassName
{
border-color: #4D2C02;
}
.TagClassName
{
border-color: #4D2C02;
}
</style>