Shades of Baker's Chocolate #4C2303
Tints of Baker's Chocolate #4C2303
RGB
CMYK
RGB Variations
Color information
#4C2303 (or 0x4C2303) is known color: Baker's Chocolate. HEX triplet: 4C, 23 and 03. RGB value is (76,35,3). Sum of RGB (Red+Green+Blue) = 76+35+3=114 (15% of max value = 765). Red value is 76 (30.08% from 255 or 66.67% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 3 (1.56% from 255 or 2.63% from 114); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2303 is #B3DCFC. Grayscale: #2B2B2B. Windows color (decimal): -11787517 or 205644. OLE color: 205644.
HSL color Cylindrical-coordinate representation of color #4C2303: hue angle of 26.3º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C2303 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 35 | 3 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.70 |
| HSL | 26.3º | 0.92% | 0.15% | - |
| HSV(B) | 26.3º | 0.96% | 0.3% | - |
| XYZ | 3.6 | 2.75 | 0.43 | - |
| YUV | 43.61 | 105.08 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 35 | 3 | 0 | 0.54 | 0.96 | 0.70 | 26.3 | 0.92 | 0.15 |
| Hex | 4C | 23 | 3 | 0 | 36 | 60 | 46 | 1A | 5C | F |
| Octal | 114 | 43 | 3 | 0 | 66 | 140 | 106 | 32 | 134 | 17 |
| Binary | 1001100 | 100011 | 11 | 0 | 110110 | 1100000 | 1000110 | 11010 | 1011100 | 1111 |
Color Harmonies of #4C2303
Complementary color
Monochromatic Colors of #4C2303
Black with #4C2303
Text Example
Text Example
White with #4C2303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2303; }
p { color: rgb(76,35,3); }
H1.HeaderClassName
{
color: #4C2303;
}
.AnyTagClassName
{
color: #4C2303;
}
</style>
background-color css
<style>
a { background-color: #4C2303; }
a { background-color: rgb(76,35,3); }
div.DivClassName
{
background-color: #4C2303;
}
.BgClassName
{
background-color: #4C2303;
}
</style>
border-color css
<style>
span { border-color: #4C2303; }
span { border-color: rgb(76,35,3); }
td.TdClassName
{
border-color: #4C2303;
}
.TagClassName
{
border-color: #4C2303;
}
</style>