Shades of Baker's Chocolate #4D2303
Tints of Baker's Chocolate #4D2303
RGB
CMYK
RGB Variations
Color information
#4D2303 (or 0x4D2303) is known color: Baker's Chocolate. HEX triplet: 4D, 23 and 03. RGB value is (77,35,3). Sum of RGB (Red+Green+Blue) = 77+35+3=115 (15% of max value = 765). Red value is 77 (30.47% from 255 or 66.96% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 3 (1.56% from 255 or 2.61% from 115); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2303 is #B2DCFC. Grayscale: #2C2C2C. Windows color (decimal): -11721981 or 205645. OLE color: 205645.
HSL color Cylindrical-coordinate representation of color #4D2303: hue angle of 25.95º 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 #4D2303 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 35 | 3 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.70 |
| HSL | 25.95º | 0.93% | 0.16% | - |
| HSV(B) | 25.95º | 0.96% | 0.3% | - |
| XYZ | 3.68 | 2.79 | 0.43 | - |
| YUV | 43.91 | 104.91 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 35 | 3 | 0 | 0.55 | 0.96 | 0.70 | 25.95 | 0.93 | 0.16 |
| Hex | 4D | 23 | 3 | 0 | 37 | 60 | 46 | 1A | 5C | 10 |
| Octal | 115 | 43 | 3 | 0 | 67 | 140 | 106 | 32 | 134 | 20 |
| Binary | 1001101 | 100011 | 11 | 0 | 110111 | 1100000 | 1000110 | 11010 | 1011100 | 10000 |
Color Harmonies of #4D2303
Complementary color
Monochromatic Colors of #4D2303
Black with #4D2303
Text Example
Text Example
White with #4D2303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2303; }
p { color: rgb(77,35,3); }
H1.HeaderClassName
{
color: #4D2303;
}
.AnyTagClassName
{
color: #4D2303;
}
</style>
background-color css
<style>
a { background-color: #4D2303; }
a { background-color: rgb(77,35,3); }
div.DivClassName
{
background-color: #4D2303;
}
.BgClassName
{
background-color: #4D2303;
}
</style>
border-color css
<style>
span { border-color: #4D2303; }
span { border-color: rgb(77,35,3); }
td.TdClassName
{
border-color: #4D2303;
}
.TagClassName
{
border-color: #4D2303;
}
</style>