Shades of Cocoa Bean #4F3C37
Tints of Cocoa Bean #4F3C37
RGB
CMYK
RGB Variations
Color information
#4F3C37 (or 0x4F3C37) is known color: Cocoa Bean. HEX triplet: 4F, 3C and 37. RGB value is (79,60,55). Sum of RGB (Red+Green+Blue) = 79+60+55=194 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.72% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 55 (21.88% from 255 or 28.35% from 194); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3C37 is #B0C3C8. Grayscale: #414141. Windows color (decimal): -11584457 or 3619919. OLE color: 3619919.
HSL color Cylindrical-coordinate representation of color #4F3C37: hue angle of 12.5º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4F3C37 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 60 | 55 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.69 |
| HSL | 12.5º | 0.18% | 0.26% | - |
| HSV(B) | 12.5º | 0.3% | 0.31% | - |
| XYZ | 5.53 | 5.17 | 4.32 | - |
| YUV | 65.11 | 122.29 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 60 | 55 | 0 | 0.24 | 0.30 | 0.69 | 12.5 | 0.18 | 0.26 |
| Hex | 4F | 3C | 37 | 0 | 18 | 1E | 45 | C | 12 | 1A |
| Octal | 117 | 74 | 67 | 0 | 30 | 36 | 105 | 14 | 22 | 32 |
| Binary | 1001111 | 111100 | 110111 | 0 | 11000 | 11110 | 1000101 | 1100 | 10010 | 11010 |
Color Harmonies of #4F3C37
Complementary color
Monochromatic Colors of #4F3C37
Black with #4F3C37
Text Example
Text Example
White with #4F3C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3C37; }
p { color: rgb(79,60,55); }
H1.HeaderClassName
{
color: #4F3C37;
}
.AnyTagClassName
{
color: #4F3C37;
}
</style>
background-color css
<style>
a { background-color: #4F3C37; }
a { background-color: rgb(79,60,55); }
div.DivClassName
{
background-color: #4F3C37;
}
.BgClassName
{
background-color: #4F3C37;
}
</style>
border-color css
<style>
span { border-color: #4F3C37; }
span { border-color: rgb(79,60,55); }
td.TdClassName
{
border-color: #4F3C37;
}
.TagClassName
{
border-color: #4F3C37;
}
</style>