Shades of Cocoa Bean #513A33
Tints of Cocoa Bean #513A33
RGB
CMYK
RGB Variations
Color information
#513A33 (or 0x513A33) is known color: Cocoa Bean. HEX triplet: 51, 3A and 33. RGB value is (81,58,51). Sum of RGB (Red+Green+Blue) = 81+58+51=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 58 (23.05% from 255 or 30.53% from 190); Blue value is 51 (20.31% from 255 or 26.84% from 190); Max value from RGB is 81 - color contains mainly: red. Hex color #513A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513A33 is #AEC5CC. Grayscale: #404040. Windows color (decimal): -11453901 or 3357265. OLE color: 3357265.
HSL color Cylindrical-coordinate representation of color #513A33: hue angle of 14º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #513A33 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 58 | 51 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.68 |
| HSL | 14º | 0.23% | 0.26% | - |
| HSV(B) | 14º | 0.37% | 0.32% | - |
| XYZ | 5.5 | 5.01 | 3.81 | - |
| YUV | 64.08 | 120.62 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 58 | 51 | 0 | 0.28 | 0.37 | 0.68 | 14 | 0.23 | 0.26 |
| Hex | 51 | 3A | 33 | 0 | 1C | 25 | 44 | E | 17 | 1A |
| Octal | 121 | 72 | 63 | 0 | 34 | 45 | 104 | 16 | 27 | 32 |
| Binary | 1010001 | 111010 | 110011 | 0 | 11100 | 100101 | 1000100 | 1110 | 10111 | 11010 |
Color Harmonies of #513A33
Complementary color
Monochromatic Colors of #513A33
Black with #513A33
Text Example
Text Example
White with #513A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513A33; }
p { color: rgb(81,58,51); }
H1.HeaderClassName
{
color: #513A33;
}
.AnyTagClassName
{
color: #513A33;
}
</style>
background-color css
<style>
a { background-color: #513A33; }
a { background-color: rgb(81,58,51); }
div.DivClassName
{
background-color: #513A33;
}
.BgClassName
{
background-color: #513A33;
}
</style>
border-color css
<style>
span { border-color: #513A33; }
span { border-color: rgb(81,58,51); }
td.TdClassName
{
border-color: #513A33;
}
.TagClassName
{
border-color: #513A33;
}
</style>