Shades of Cocoa Bean #4C3632
Tints of Cocoa Bean #4C3632
RGB
CMYK
RGB Variations
Color information
#4C3632 (or 0x4C3632) is known color: Cocoa Bean. HEX triplet: 4C, 36 and 32. RGB value is (76,54,50). Sum of RGB (Red+Green+Blue) = 76+54+50=180 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.22% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3632 is #B3C9CD. Grayscale: #3C3C3C. Windows color (decimal): -11782606 or 3290700. OLE color: 3290700.
HSL color Cylindrical-coordinate representation of color #4C3632: hue angle of 9.23º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4C3632 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 54 | 50 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.70 |
| HSL | 9.23º | 0.21% | 0.25% | - |
| HSV(B) | 9.23º | 0.34% | 0.3% | - |
| XYZ | 4.88 | 4.41 | 3.61 | - |
| YUV | 60.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 54 | 50 | 0 | 0.29 | 0.34 | 0.70 | 9.23 | 0.21 | 0.25 |
| Hex | 4C | 36 | 32 | 0 | 1D | 22 | 46 | 9 | 15 | 19 |
| Octal | 114 | 66 | 62 | 0 | 35 | 42 | 106 | 11 | 25 | 31 |
| Binary | 1001100 | 110110 | 110010 | 0 | 11101 | 100010 | 1000110 | 1001 | 10101 | 11001 |
Color Harmonies of #4C3632
Complementary color
Monochromatic Colors of #4C3632
Black with #4C3632
Text Example
Text Example
White with #4C3632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3632; }
p { color: rgb(76,54,50); }
H1.HeaderClassName
{
color: #4C3632;
}
.AnyTagClassName
{
color: #4C3632;
}
</style>
background-color css
<style>
a { background-color: #4C3632; }
a { background-color: rgb(76,54,50); }
div.DivClassName
{
background-color: #4C3632;
}
.BgClassName
{
background-color: #4C3632;
}
</style>
border-color css
<style>
span { border-color: #4C3632; }
span { border-color: rgb(76,54,50); }
td.TdClassName
{
border-color: #4C3632;
}
.TagClassName
{
border-color: #4C3632;
}
</style>