Shades of Cocoa Bean #523431
Tints of Cocoa Bean #523431
RGB
CMYK
RGB Variations
Color information
#523431 (or 0x523431) is known color: Cocoa Bean. HEX triplet: 52, 34 and 31. RGB value is (82,52,49). Sum of RGB (Red+Green+Blue) = 82+52+49=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 82 - color contains mainly: red. Hex color #523431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523431 is #ADCBCE. Grayscale: #3C3C3C. Windows color (decimal): -11389903 or 3224658. OLE color: 3224658.
HSL color Cylindrical-coordinate representation of color #523431: hue angle of 5.45º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #523431 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 52 | 49 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.68 |
| HSL | 5.45º | 0.25% | 0.26% | - |
| HSV(B) | 5.45º | 0.4% | 0.32% | - |
| XYZ | 5.26 | 4.47 | 3.49 | - |
| YUV | 60.63 | 121.44 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 52 | 49 | 0 | 0.37 | 0.40 | 0.68 | 5.45 | 0.25 | 0.26 |
| Hex | 52 | 34 | 31 | 0 | 25 | 28 | 44 | 5 | 19 | 1A |
| Octal | 122 | 64 | 61 | 0 | 45 | 50 | 104 | 5 | 31 | 32 |
| Binary | 1010010 | 110100 | 110001 | 0 | 100101 | 101000 | 1000100 | 101 | 11001 | 11010 |
Color Harmonies of #523431
Complementary color
Monochromatic Colors of #523431
Black with #523431
Text Example
Text Example
White with #523431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523431; }
p { color: rgb(82,52,49); }
H1.HeaderClassName
{
color: #523431;
}
.AnyTagClassName
{
color: #523431;
}
</style>
background-color css
<style>
a { background-color: #523431; }
a { background-color: rgb(82,52,49); }
div.DivClassName
{
background-color: #523431;
}
.BgClassName
{
background-color: #523431;
}
</style>
border-color css
<style>
span { border-color: #523431; }
span { border-color: rgb(82,52,49); }
td.TdClassName
{
border-color: #523431;
}
.TagClassName
{
border-color: #523431;
}
</style>