Shades of Cocoa Bean #503534
Tints of Cocoa Bean #503534
RGB
CMYK
RGB Variations
Color information
#503534 (or 0x503534) is known color: Cocoa Bean. HEX triplet: 50, 35 and 34. RGB value is (80,53,52). Sum of RGB (Red+Green+Blue) = 80+53+52=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 52 (20.70% from 255 or 28.11% from 185); Max value from RGB is 80 - color contains mainly: red. Hex color #503534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503534 is #AFCACB. Grayscale: #3C3C3C. Windows color (decimal): -11520716 or 3421520. OLE color: 3421520.
HSL color Cylindrical-coordinate representation of color #503534: hue angle of 2.14º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #503534 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 53 | 52 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.69 |
| HSL | 2.14º | 0.21% | 0.26% | - |
| HSV(B) | 2.14º | 0.35% | 0.31% | - |
| XYZ | 5.2 | 4.5 | 3.84 | - |
| YUV | 60.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 52 | 0 | 0.34 | 0.35 | 0.69 | 2.14 | 0.21 | 0.26 |
| Hex | 50 | 35 | 34 | 0 | 22 | 23 | 45 | 2 | 15 | 1A |
| Octal | 120 | 65 | 64 | 0 | 42 | 43 | 105 | 2 | 25 | 32 |
| Binary | 1010000 | 110101 | 110100 | 0 | 100010 | 100011 | 1000101 | 10 | 10101 | 11010 |
Color Harmonies of #503534
Complementary color
Monochromatic Colors of #503534
Black with #503534
Text Example
Text Example
White with #503534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503534; }
p { color: rgb(80,53,52); }
H1.HeaderClassName
{
color: #503534;
}
.AnyTagClassName
{
color: #503534;
}
</style>
background-color css
<style>
a { background-color: #503534; }
a { background-color: rgb(80,53,52); }
div.DivClassName
{
background-color: #503534;
}
.BgClassName
{
background-color: #503534;
}
</style>
border-color css
<style>
span { border-color: #503534; }
span { border-color: rgb(80,53,52); }
td.TdClassName
{
border-color: #503534;
}
.TagClassName
{
border-color: #503534;
}
</style>