Shades of Cocoa Bean #503835
Tints of Cocoa Bean #503835
RGB
CMYK
RGB Variations
Color information
#503835 (or 0x503835) is known color: Cocoa Bean. HEX triplet: 50, 38 and 35. RGB value is (80,56,53). Sum of RGB (Red+Green+Blue) = 80+56+53=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 80 - color contains mainly: red. Hex color #503835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503835 is #AFC7CA. Grayscale: #3E3E3E. Windows color (decimal): -11519947 or 3487824. OLE color: 3487824.
HSL color Cylindrical-coordinate representation of color #503835: hue angle of 6.67º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #503835 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 56 | 53 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.69 |
| HSL | 6.67º | 0.2% | 0.26% | - |
| HSV(B) | 6.67º | 0.34% | 0.31% | - |
| XYZ | 5.37 | 4.79 | 4.01 | - |
| YUV | 62.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 56 | 53 | 0 | 0.30 | 0.34 | 0.69 | 6.67 | 0.2 | 0.26 |
| Hex | 50 | 38 | 35 | 0 | 1E | 22 | 45 | 7 | 14 | 1A |
| Octal | 120 | 70 | 65 | 0 | 36 | 42 | 105 | 7 | 24 | 32 |
| Binary | 1010000 | 111000 | 110101 | 0 | 11110 | 100010 | 1000101 | 111 | 10100 | 11010 |
Color Harmonies of #503835
Complementary color
Monochromatic Colors of #503835
Black with #503835
Text Example
Text Example
White with #503835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503835; }
p { color: rgb(80,56,53); }
H1.HeaderClassName
{
color: #503835;
}
.AnyTagClassName
{
color: #503835;
}
</style>
background-color css
<style>
a { background-color: #503835; }
a { background-color: rgb(80,56,53); }
div.DivClassName
{
background-color: #503835;
}
.BgClassName
{
background-color: #503835;
}
</style>
border-color css
<style>
span { border-color: #503835; }
span { border-color: rgb(80,56,53); }
td.TdClassName
{
border-color: #503835;
}
.TagClassName
{
border-color: #503835;
}
</style>