Shades of Cocoa Bean #503A35
Tints of Cocoa Bean #503A35
RGB
CMYK
RGB Variations
Color information
#503A35 (or 0x503A35) is known color: Cocoa Bean. HEX triplet: 50, 3A and 35. RGB value is (80,58,53). Sum of RGB (Red+Green+Blue) = 80+58+53=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 80 - color contains mainly: red. Hex color #503A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503A35 is #AFC5CA. Grayscale: #404040. Windows color (decimal): -11519435 or 3488336. OLE color: 3488336.
HSL color Cylindrical-coordinate representation of color #503A35: hue angle of 11.11º 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 #503A35 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 58 | 53 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.69 |
| HSL | 11.11º | 0.2% | 0.26% | - |
| HSV(B) | 11.11º | 0.34% | 0.31% | - |
| XYZ | 5.46 | 4.99 | 4.04 | - |
| YUV | 64.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 53 | 0 | 0.28 | 0.34 | 0.69 | 11.11 | 0.2 | 0.26 |
| Hex | 50 | 3A | 35 | 0 | 1C | 22 | 45 | B | 14 | 1A |
| Octal | 120 | 72 | 65 | 0 | 34 | 42 | 105 | 13 | 24 | 32 |
| Binary | 1010000 | 111010 | 110101 | 0 | 11100 | 100010 | 1000101 | 1011 | 10100 | 11010 |
Color Harmonies of #503A35
Complementary color
Monochromatic Colors of #503A35
Black with #503A35
Text Example
Text Example
White with #503A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503A35; }
p { color: rgb(80,58,53); }
H1.HeaderClassName
{
color: #503A35;
}
.AnyTagClassName
{
color: #503A35;
}
</style>
background-color css
<style>
a { background-color: #503A35; }
a { background-color: rgb(80,58,53); }
div.DivClassName
{
background-color: #503A35;
}
.BgClassName
{
background-color: #503A35;
}
</style>
border-color css
<style>
span { border-color: #503A35; }
span { border-color: rgb(80,58,53); }
td.TdClassName
{
border-color: #503A35;
}
.TagClassName
{
border-color: #503A35;
}
</style>