Shades of Baker's Chocolate #4C2508
Tints of Baker's Chocolate #4C2508
RGB
CMYK
RGB Variations
Color information
#4C2508 (or 0x4C2508) is known color: Baker's Chocolate. HEX triplet: 4C, 25 and 08. RGB value is (76,37,8). Sum of RGB (Red+Green+Blue) = 76+37+8=121 (16% of max value = 765). Red value is 76 (30.08% from 255 or 62.81% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2508 is #B3DAF7. Grayscale: #2D2D2D. Windows color (decimal): -11787000 or 533836. OLE color: 533836.
HSL color Cylindrical-coordinate representation of color #4C2508: hue angle of 25.59º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C2508 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 37 | 8 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.70 |
| HSL | 25.59º | 0.81% | 0.16% | - |
| HSV(B) | 25.59º | 0.89% | 0.3% | - |
| XYZ | 3.69 | 2.88 | 0.59 | - |
| YUV | 45.36 | 106.92 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 37 | 8 | 0 | 0.51 | 0.89 | 0.70 | 25.59 | 0.81 | 0.16 |
| Hex | 4C | 25 | 8 | 0 | 33 | 59 | 46 | 1A | 51 | 10 |
| Octal | 114 | 45 | 10 | 0 | 63 | 131 | 106 | 32 | 121 | 20 |
| Binary | 1001100 | 100101 | 1000 | 0 | 110011 | 1011001 | 1000110 | 11010 | 1010001 | 10000 |
Color Harmonies of #4C2508
Complementary color
Monochromatic Colors of #4C2508
Black with #4C2508
Text Example
Text Example
White with #4C2508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2508; }
p { color: rgb(76,37,8); }
H1.HeaderClassName
{
color: #4C2508;
}
.AnyTagClassName
{
color: #4C2508;
}
</style>
background-color css
<style>
a { background-color: #4C2508; }
a { background-color: rgb(76,37,8); }
div.DivClassName
{
background-color: #4C2508;
}
.BgClassName
{
background-color: #4C2508;
}
</style>
border-color css
<style>
span { border-color: #4C2508; }
span { border-color: rgb(76,37,8); }
td.TdClassName
{
border-color: #4C2508;
}
.TagClassName
{
border-color: #4C2508;
}
</style>