Shades of Cocoa Bean #503932
Tints of Cocoa Bean #503932
RGB
CMYK
RGB Variations
Color information
#503932 (or 0x503932) is known color: Cocoa Bean. HEX triplet: 50, 39 and 32. RGB value is (80,57,50). Sum of RGB (Red+Green+Blue) = 80+57+50=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 80 - color contains mainly: red. Hex color #503932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503932 is #AFC6CD. Grayscale: #3F3F3F. Windows color (decimal): -11519694 or 3291472. OLE color: 3291472.
HSL color Cylindrical-coordinate representation of color #503932: hue angle of 14º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #503932 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 57 | 50 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.69 |
| HSL | 14º | 0.23% | 0.25% | - |
| HSV(B) | 14º | 0.38% | 0.31% | - |
| XYZ | 5.35 | 4.86 | 3.67 | - |
| YUV | 63.08 | 120.62 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 57 | 50 | 0 | 0.29 | 0.37 | 0.69 | 14 | 0.23 | 0.25 |
| Hex | 50 | 39 | 32 | 0 | 1D | 25 | 45 | E | 17 | 19 |
| Octal | 120 | 71 | 62 | 0 | 35 | 45 | 105 | 16 | 27 | 31 |
| Binary | 1010000 | 111001 | 110010 | 0 | 11101 | 100101 | 1000101 | 1110 | 10111 | 11001 |
Color Harmonies of #503932
Complementary color
Monochromatic Colors of #503932
Black with #503932
Text Example
Text Example
White with #503932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503932; }
p { color: rgb(80,57,50); }
H1.HeaderClassName
{
color: #503932;
}
.AnyTagClassName
{
color: #503932;
}
</style>
background-color css
<style>
a { background-color: #503932; }
a { background-color: rgb(80,57,50); }
div.DivClassName
{
background-color: #503932;
}
.BgClassName
{
background-color: #503932;
}
</style>
border-color css
<style>
span { border-color: #503932; }
span { border-color: rgb(80,57,50); }
td.TdClassName
{
border-color: #503932;
}
.TagClassName
{
border-color: #503932;
}
</style>