Shades of Cocoa Bean #523932
Tints of Cocoa Bean #523932
RGB
CMYK
RGB Variations
Color information
#523932 (or 0x523932) is known color: Cocoa Bean. HEX triplet: 52, 39 and 32. RGB value is (82,57,50). Sum of RGB (Red+Green+Blue) = 82+57+50=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 50 (19.92% from 255 or 26.46% from 189); Max value from RGB is 82 - color contains mainly: red. Hex color #523932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523932 is #ADC6CD. Grayscale: #3F3F3F. Windows color (decimal): -11388622 or 3291474. OLE color: 3291474.
HSL color Cylindrical-coordinate representation of color #523932: hue angle of 13.12º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #523932 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 57 | 50 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.68 |
| HSL | 13.13º | 0.24% | 0.26% | - |
| HSV(B) | 13.13º | 0.39% | 0.32% | - |
| XYZ | 5.52 | 4.95 | 3.68 | - |
| YUV | 63.68 | 120.28 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 57 | 50 | 0 | 0.30 | 0.39 | 0.68 | 13.13 | 0.24 | 0.26 |
| Hex | 52 | 39 | 32 | 0 | 1E | 27 | 44 | D | 18 | 1A |
| Octal | 122 | 71 | 62 | 0 | 36 | 47 | 104 | 15 | 30 | 32 |
| Binary | 1010010 | 111001 | 110010 | 0 | 11110 | 100111 | 1000100 | 1101 | 11000 | 11010 |
Color Harmonies of #523932
Complementary color
Monochromatic Colors of #523932
Black with #523932
Text Example
Text Example
White with #523932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523932; }
p { color: rgb(82,57,50); }
H1.HeaderClassName
{
color: #523932;
}
.AnyTagClassName
{
color: #523932;
}
</style>
background-color css
<style>
a { background-color: #523932; }
a { background-color: rgb(82,57,50); }
div.DivClassName
{
background-color: #523932;
}
.BgClassName
{
background-color: #523932;
}
</style>
border-color css
<style>
span { border-color: #523932; }
span { border-color: rgb(82,57,50); }
td.TdClassName
{
border-color: #523932;
}
.TagClassName
{
border-color: #523932;
}
</style>