Shades of Cocoa Bean #493734
Tints of Cocoa Bean #493734
RGB
CMYK
RGB Variations
Color information
#493734 (or 0x493734) is known color: Cocoa Bean. HEX triplet: 49, 37 and 34. RGB value is (73,55,52). Sum of RGB (Red+Green+Blue) = 73+55+52=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 73 - color contains mainly: red. Hex color #493734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493734 is #B6C8CB. Grayscale: #3C3C3C. Windows color (decimal): -11978956 or 3422025. OLE color: 3422025.
HSL color Cylindrical-coordinate representation of color #493734: hue angle of 8.57º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #493734 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 55 | 52 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.71 |
| HSL | 8.57º | 0.17% | 0.25% | - |
| HSV(B) | 8.57º | 0.29% | 0.29% | - |
| XYZ | 4.73 | 4.4 | 3.85 | - |
| YUV | 60.04 | 123.46 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 55 | 52 | 0 | 0.25 | 0.29 | 0.71 | 8.57 | 0.17 | 0.25 |
| Hex | 49 | 37 | 34 | 0 | 19 | 1D | 47 | 9 | 11 | 19 |
| Octal | 111 | 67 | 64 | 0 | 31 | 35 | 107 | 11 | 21 | 31 |
| Binary | 1001001 | 110111 | 110100 | 0 | 11001 | 11101 | 1000111 | 1001 | 10001 | 11001 |
Color Harmonies of #493734
Complementary color
Monochromatic Colors of #493734
Black with #493734
Text Example
Text Example
White with #493734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493734; }
p { color: rgb(73,55,52); }
H1.HeaderClassName
{
color: #493734;
}
.AnyTagClassName
{
color: #493734;
}
</style>
background-color css
<style>
a { background-color: #493734; }
a { background-color: rgb(73,55,52); }
div.DivClassName
{
background-color: #493734;
}
.BgClassName
{
background-color: #493734;
}
</style>
border-color css
<style>
span { border-color: #493734; }
span { border-color: rgb(73,55,52); }
td.TdClassName
{
border-color: #493734;
}
.TagClassName
{
border-color: #493734;
}
</style>