Shades of Cocoa Bean #503A33
Tints of Cocoa Bean #503A33
RGB
CMYK
RGB Variations
Color information
#503A33 (or 0x503A33) is known color: Cocoa Bean. HEX triplet: 50, 3A and 33. RGB value is (80,58,51). Sum of RGB (Red+Green+Blue) = 80+58+51=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 80 - color contains mainly: red. Hex color #503A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503A33 is #AFC5CC. Grayscale: #3F3F3F. Windows color (decimal): -11519437 or 3357264. OLE color: 3357264.
HSL color Cylindrical-coordinate representation of color #503A33: hue angle of 14.48º 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 #503A33 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 58 | 51 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.69 |
| HSL | 14.48º | 0.22% | 0.26% | - |
| HSV(B) | 14.48º | 0.36% | 0.31% | - |
| XYZ | 5.42 | 4.97 | 3.81 | - |
| YUV | 63.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 51 | 0 | 0.28 | 0.36 | 0.69 | 14.48 | 0.22 | 0.26 |
| Hex | 50 | 3A | 33 | 0 | 1C | 24 | 45 | E | 16 | 1A |
| Octal | 120 | 72 | 63 | 0 | 34 | 44 | 105 | 16 | 26 | 32 |
| Binary | 1010000 | 111010 | 110011 | 0 | 11100 | 100100 | 1000101 | 1110 | 10110 | 11010 |
Color Harmonies of #503A33
Complementary color
Monochromatic Colors of #503A33
Black with #503A33
Text Example
Text Example
White with #503A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503A33; }
p { color: rgb(80,58,51); }
H1.HeaderClassName
{
color: #503A33;
}
.AnyTagClassName
{
color: #503A33;
}
</style>
background-color css
<style>
a { background-color: #503A33; }
a { background-color: rgb(80,58,51); }
div.DivClassName
{
background-color: #503A33;
}
.BgClassName
{
background-color: #503A33;
}
</style>
border-color css
<style>
span { border-color: #503A33; }
span { border-color: rgb(80,58,51); }
td.TdClassName
{
border-color: #503A33;
}
.TagClassName
{
border-color: #503A33;
}
</style>