Shades of Cocoa Bean #503533
Tints of Cocoa Bean #503533
RGB
CMYK
RGB Variations
Color information
#503533 (or 0x503533) is known color: Cocoa Bean. HEX triplet: 50, 35 and 33. RGB value is (80,53,51). Sum of RGB (Red+Green+Blue) = 80+53+51=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 51 (20.31% from 255 or 27.72% from 184); Max value from RGB is 80 - color contains mainly: red. Hex color #503533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503533 is #AFCACC. Grayscale: #3C3C3C. Windows color (decimal): -11520717 or 3355984. OLE color: 3355984.
HSL color Cylindrical-coordinate representation of color #503533: hue angle of 4.14º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #503533 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 53 | 51 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.69 |
| HSL | 4.14º | 0.22% | 0.26% | - |
| HSV(B) | 4.14º | 0.36% | 0.31% | - |
| XYZ | 5.18 | 4.49 | 3.73 | - |
| YUV | 60.85 | 122.45 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 51 | 0 | 0.34 | 0.36 | 0.69 | 4.14 | 0.22 | 0.26 |
| Hex | 50 | 35 | 33 | 0 | 22 | 24 | 45 | 4 | 16 | 1A |
| Octal | 120 | 65 | 63 | 0 | 42 | 44 | 105 | 4 | 26 | 32 |
| Binary | 1010000 | 110101 | 110011 | 0 | 100010 | 100100 | 1000101 | 100 | 10110 | 11010 |
Color Harmonies of #503533
Complementary color
Monochromatic Colors of #503533
Black with #503533
Text Example
Text Example
White with #503533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503533; }
p { color: rgb(80,53,51); }
H1.HeaderClassName
{
color: #503533;
}
.AnyTagClassName
{
color: #503533;
}
</style>
background-color css
<style>
a { background-color: #503533; }
a { background-color: rgb(80,53,51); }
div.DivClassName
{
background-color: #503533;
}
.BgClassName
{
background-color: #503533;
}
</style>
border-color css
<style>
span { border-color: #503533; }
span { border-color: rgb(80,53,51); }
td.TdClassName
{
border-color: #503533;
}
.TagClassName
{
border-color: #503533;
}
</style>