Shades of Cocoa Bean #4C3533
Tints of Cocoa Bean #4C3533
RGB
CMYK
RGB Variations
Color information
#4C3533 (or 0x4C3533) is known color: Cocoa Bean. HEX triplet: 4C, 35 and 33. RGB value is (76,53,51). Sum of RGB (Red+Green+Blue) = 76+53+51=180 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.22% from 180); Green value is 53 (21.09% from 255 or 29.44% from 180); Blue value is 51 (20.31% from 255 or 28.33% from 180); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3533 is #B3CACC. Grayscale: #3B3B3B. Windows color (decimal): -11782861 or 3355980. OLE color: 3355980.
HSL color Cylindrical-coordinate representation of color #4C3533: hue angle of 4.8º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4C3533 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 53 | 51 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.70 |
| HSL | 4.8º | 0.2% | 0.25% | - |
| HSV(B) | 4.8º | 0.33% | 0.3% | - |
| XYZ | 4.85 | 4.32 | 3.71 | - |
| YUV | 59.65 | 123.12 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 53 | 51 | 0 | 0.30 | 0.33 | 0.70 | 4.8 | 0.2 | 0.25 |
| Hex | 4C | 35 | 33 | 0 | 1E | 21 | 46 | 5 | 14 | 19 |
| Octal | 114 | 65 | 63 | 0 | 36 | 41 | 106 | 5 | 24 | 31 |
| Binary | 1001100 | 110101 | 110011 | 0 | 11110 | 100001 | 1000110 | 101 | 10100 | 11001 |
Color Harmonies of #4C3533
Complementary color
Monochromatic Colors of #4C3533
Black with #4C3533
Text Example
Text Example
White with #4C3533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3533; }
p { color: rgb(76,53,51); }
H1.HeaderClassName
{
color: #4C3533;
}
.AnyTagClassName
{
color: #4C3533;
}
</style>
background-color css
<style>
a { background-color: #4C3533; }
a { background-color: rgb(76,53,51); }
div.DivClassName
{
background-color: #4C3533;
}
.BgClassName
{
background-color: #4C3533;
}
</style>
border-color css
<style>
span { border-color: #4C3533; }
span { border-color: rgb(76,53,51); }
td.TdClassName
{
border-color: #4C3533;
}
.TagClassName
{
border-color: #4C3533;
}
</style>