Shades of Cocoa Bean #4C3938
Tints of Cocoa Bean #4C3938
RGB
CMYK
RGB Variations
Color information
#4C3938 (or 0x4C3938) is known color: Cocoa Bean. HEX triplet: 4C, 39 and 38. RGB value is (76,57,56). Sum of RGB (Red+Green+Blue) = 76+57+56=189 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40.21% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 56 (22.27% from 255 or 29.63% from 189); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3938 is #B3C6C7. Grayscale: #3E3E3E. Windows color (decimal): -11781832 or 3684684. OLE color: 3684684.
HSL color Cylindrical-coordinate representation of color #4C3938: hue angle of 3º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4C3938 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 57 | 56 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.70 |
| HSL | 3º | 0.15% | 0.26% | - |
| HSV(B) | 3º | 0.26% | 0.3% | - |
| XYZ | 5.16 | 4.75 | 4.39 | - |
| YUV | 62.57 | 124.29 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 57 | 56 | 0 | 0.25 | 0.26 | 0.70 | 3 | 0.15 | 0.26 |
| Hex | 4C | 39 | 38 | 0 | 19 | 1A | 46 | 3 | F | 1A |
| Octal | 114 | 71 | 70 | 0 | 31 | 32 | 106 | 3 | 17 | 32 |
| Binary | 1001100 | 111001 | 111000 | 0 | 11001 | 11010 | 1000110 | 11 | 1111 | 11010 |
Color Harmonies of #4C3938
Complementary color
Monochromatic Colors of #4C3938
Black with #4C3938
Text Example
Text Example
White with #4C3938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3938; }
p { color: rgb(76,57,56); }
H1.HeaderClassName
{
color: #4C3938;
}
.AnyTagClassName
{
color: #4C3938;
}
</style>
background-color css
<style>
a { background-color: #4C3938; }
a { background-color: rgb(76,57,56); }
div.DivClassName
{
background-color: #4C3938;
}
.BgClassName
{
background-color: #4C3938;
}
</style>
border-color css
<style>
span { border-color: #4C3938; }
span { border-color: rgb(76,57,56); }
td.TdClassName
{
border-color: #4C3938;
}
.TagClassName
{
border-color: #4C3938;
}
</style>