Shades of Baker's Chocolate #4C2802
Tints of Baker's Chocolate #4C2802
RGB
CMYK
RGB Variations
Color information
#4C2802 (or 0x4C2802) is known color: Baker's Chocolate. HEX triplet: 4C, 28 and 02. RGB value is (76,40,2). Sum of RGB (Red+Green+Blue) = 76+40+2=118 (15% of max value = 765). Red value is 76 (30.08% from 255 or 64.41% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2802 is #B3D7FD. Grayscale: #2E2E2E. Windows color (decimal): -11786238 or 141388. OLE color: 141388.
HSL color Cylindrical-coordinate representation of color #4C2802: hue angle of 30.81º 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 #4C2802 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 40 | 2 | - |
| CMYK | 0 | 0.47 | 0.97 | 0.70 |
| HSL | 30.81º | 0.95% | 0.15% | - |
| HSV(B) | 30.81º | 0.97% | 0.3% | - |
| XYZ | 3.75 | 3.06 | 0.45 | - |
| YUV | 46.43 | 102.93 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 40 | 2 | 0 | 0.47 | 0.97 | 0.70 | 30.81 | 0.95 | 0.15 |
| Hex | 4C | 28 | 2 | 0 | 2F | 61 | 46 | 1F | 5F | F |
| Octal | 114 | 50 | 2 | 0 | 57 | 141 | 106 | 37 | 137 | 17 |
| Binary | 1001100 | 101000 | 10 | 0 | 101111 | 1100001 | 1000110 | 11111 | 1011111 | 1111 |
Color Harmonies of #4C2802
Complementary color
Monochromatic Colors of #4C2802
Black with #4C2802
Text Example
Text Example
White with #4C2802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2802; }
p { color: rgb(76,40,2); }
H1.HeaderClassName
{
color: #4C2802;
}
.AnyTagClassName
{
color: #4C2802;
}
</style>
background-color css
<style>
a { background-color: #4C2802; }
a { background-color: rgb(76,40,2); }
div.DivClassName
{
background-color: #4C2802;
}
.BgClassName
{
background-color: #4C2802;
}
</style>
border-color css
<style>
span { border-color: #4C2802; }
span { border-color: rgb(76,40,2); }
td.TdClassName
{
border-color: #4C2802;
}
.TagClassName
{
border-color: #4C2802;
}
</style>