Shades of Baker's Chocolate #4C2903
Tints of Baker's Chocolate #4C2903
RGB
CMYK
RGB Variations
Color information
#4C2903 (or 0x4C2903) is known color: Baker's Chocolate. HEX triplet: 4C, 29 and 03. RGB value is (76,41,3). Sum of RGB (Red+Green+Blue) = 76+41+3=120 (15% of max value = 765). Red value is 76 (30.08% from 255 or 63.33% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 3 (1.56% from 255 or 2.5% from 120); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2903 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2903 is #B3D6FC. Grayscale: #2F2F2F. Windows color (decimal): -11785981 or 207180. OLE color: 207180.
HSL color Cylindrical-coordinate representation of color #4C2903: hue angle of 31.23º 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 #4C2903 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 41 | 3 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.70 |
| HSL | 31.23º | 0.92% | 0.15% | - |
| HSV(B) | 31.23º | 0.96% | 0.3% | - |
| XYZ | 3.79 | 3.13 | 0.49 | - |
| YUV | 47.13 | 103.1 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 41 | 3 | 0 | 0.46 | 0.96 | 0.70 | 31.23 | 0.92 | 0.15 |
| Hex | 4C | 29 | 3 | 0 | 2E | 60 | 46 | 1F | 5C | F |
| Octal | 114 | 51 | 3 | 0 | 56 | 140 | 106 | 37 | 134 | 17 |
| Binary | 1001100 | 101001 | 11 | 0 | 101110 | 1100000 | 1000110 | 11111 | 1011100 | 1111 |
Color Harmonies of #4C2903
Complementary color
Monochromatic Colors of #4C2903
Black with #4C2903
Text Example
Text Example
White with #4C2903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2903; }
p { color: rgb(76,41,3); }
H1.HeaderClassName
{
color: #4C2903;
}
.AnyTagClassName
{
color: #4C2903;
}
</style>
background-color css
<style>
a { background-color: #4C2903; }
a { background-color: rgb(76,41,3); }
div.DivClassName
{
background-color: #4C2903;
}
.BgClassName
{
background-color: #4C2903;
}
</style>
border-color css
<style>
span { border-color: #4C2903; }
span { border-color: rgb(76,41,3); }
td.TdClassName
{
border-color: #4C2903;
}
.TagClassName
{
border-color: #4C2903;
}
</style>