Shades of Cocoa Bean #503936
Tints of Cocoa Bean #503936
RGB
CMYK
RGB Variations
Color information
#503936 (or 0x503936) is known color: Cocoa Bean. HEX triplet: 50, 39 and 36. RGB value is (80,57,54). Sum of RGB (Red+Green+Blue) = 80+57+54=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 54 (21.48% from 255 or 28.27% from 191); Max value from RGB is 80 - color contains mainly: red. Hex color #503936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503936 is #AFC6C9. Grayscale: #3F3F3F. Windows color (decimal): -11519690 or 3553616. OLE color: 3553616.
HSL color Cylindrical-coordinate representation of color #503936: hue angle of 6.92º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #503936 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 57 | 54 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.69 |
| HSL | 6.92º | 0.19% | 0.26% | - |
| HSV(B) | 6.92º | 0.33% | 0.31% | - |
| XYZ | 5.44 | 4.9 | 4.15 | - |
| YUV | 63.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 57 | 54 | 0 | 0.29 | 0.33 | 0.69 | 6.92 | 0.19 | 0.26 |
| Hex | 50 | 39 | 36 | 0 | 1D | 21 | 45 | 7 | 13 | 1A |
| Octal | 120 | 71 | 66 | 0 | 35 | 41 | 105 | 7 | 23 | 32 |
| Binary | 1010000 | 111001 | 110110 | 0 | 11101 | 100001 | 1000101 | 111 | 10011 | 11010 |
Color Harmonies of #503936
Complementary color
Monochromatic Colors of #503936
Black with #503936
Text Example
Text Example
White with #503936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503936; }
p { color: rgb(80,57,54); }
H1.HeaderClassName
{
color: #503936;
}
.AnyTagClassName
{
color: #503936;
}
</style>
background-color css
<style>
a { background-color: #503936; }
a { background-color: rgb(80,57,54); }
div.DivClassName
{
background-color: #503936;
}
.BgClassName
{
background-color: #503936;
}
</style>
border-color css
<style>
span { border-color: #503936; }
span { border-color: rgb(80,57,54); }
td.TdClassName
{
border-color: #503936;
}
.TagClassName
{
border-color: #503936;
}
</style>