Shades of Cocoa Bean #493A37
Tints of Cocoa Bean #493A37
RGB
CMYK
RGB Variations
Color information
#493A37 (or 0x493A37) is known color: Cocoa Bean. HEX triplet: 49, 3A and 37. RGB value is (73,58,55). Sum of RGB (Red+Green+Blue) = 73+58+55=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 55 (21.88% from 255 or 29.57% from 186); Max value from RGB is 73 - color contains mainly: red. Hex color #493A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A37 is #B6C5C8. Grayscale: #3E3E3E. Windows color (decimal): -11978185 or 3619401. OLE color: 3619401.
HSL color Cylindrical-coordinate representation of color #493A37: hue angle of 10º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #493A37 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 58 | 55 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.71 |
| HSL | 10º | 0.14% | 0.25% | - |
| HSV(B) | 10º | 0.25% | 0.29% | - |
| XYZ | 4.95 | 4.72 | 4.26 | - |
| YUV | 62.14 | 123.97 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 58 | 55 | 0 | 0.21 | 0.25 | 0.71 | 10 | 0.14 | 0.25 |
| Hex | 49 | 3A | 37 | 0 | 15 | 19 | 47 | A | E | 19 |
| Octal | 111 | 72 | 67 | 0 | 25 | 31 | 107 | 12 | 16 | 31 |
| Binary | 1001001 | 111010 | 110111 | 0 | 10101 | 11001 | 1000111 | 1010 | 1110 | 11001 |
Color Harmonies of #493A37
Complementary color
Monochromatic Colors of #493A37
Black with #493A37
Text Example
Text Example
White with #493A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493A37; }
p { color: rgb(73,58,55); }
H1.HeaderClassName
{
color: #493A37;
}
.AnyTagClassName
{
color: #493A37;
}
</style>
background-color css
<style>
a { background-color: #493A37; }
a { background-color: rgb(73,58,55); }
div.DivClassName
{
background-color: #493A37;
}
.BgClassName
{
background-color: #493A37;
}
</style>
border-color css
<style>
span { border-color: #493A37; }
span { border-color: rgb(73,58,55); }
td.TdClassName
{
border-color: #493A37;
}
.TagClassName
{
border-color: #493A37;
}
</style>