Shades of Cocoa Bean #4C3936
Tints of Cocoa Bean #4C3936
RGB
CMYK
RGB Variations
Color information
#4C3936 (or 0x4C3936) is known color: Cocoa Bean. HEX triplet: 4C, 39 and 36. RGB value is (76,57,54). Sum of RGB (Red+Green+Blue) = 76+57+54=187 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.64% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3936 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3936 is #B3C6C9. Grayscale: #3E3E3E. Windows color (decimal): -11781834 or 3553612. OLE color: 3553612.
HSL color Cylindrical-coordinate representation of color #4C3936: hue angle of 8.18º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4C3936 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 57 | 54 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.70 |
| HSL | 8.18º | 0.17% | 0.25% | - |
| HSV(B) | 8.18º | 0.29% | 0.3% | - |
| XYZ | 5.11 | 4.73 | 4.13 | - |
| YUV | 62.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 57 | 54 | 0 | 0.25 | 0.29 | 0.70 | 8.18 | 0.17 | 0.25 |
| Hex | 4C | 39 | 36 | 0 | 19 | 1D | 46 | 8 | 11 | 19 |
| Octal | 114 | 71 | 66 | 0 | 31 | 35 | 106 | 10 | 21 | 31 |
| Binary | 1001100 | 111001 | 110110 | 0 | 11001 | 11101 | 1000110 | 1000 | 10001 | 11001 |
Color Harmonies of #4C3936
Complementary color
Monochromatic Colors of #4C3936
Black with #4C3936
Text Example
Text Example
White with #4C3936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3936; }
p { color: rgb(76,57,54); }
H1.HeaderClassName
{
color: #4C3936;
}
.AnyTagClassName
{
color: #4C3936;
}
</style>
background-color css
<style>
a { background-color: #4C3936; }
a { background-color: rgb(76,57,54); }
div.DivClassName
{
background-color: #4C3936;
}
.BgClassName
{
background-color: #4C3936;
}
</style>
border-color css
<style>
span { border-color: #4C3936; }
span { border-color: rgb(76,57,54); }
td.TdClassName
{
border-color: #4C3936;
}
.TagClassName
{
border-color: #4C3936;
}
</style>