Shades of Cocoa Bean #513332
Tints of Cocoa Bean #513332
RGB
CMYK
RGB Variations
Color information
#513332 (or 0x513332) is known color: Cocoa Bean. HEX triplet: 51, 33 and 32. RGB value is (81,51,50). Sum of RGB (Red+Green+Blue) = 81+51+50=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 81 - color contains mainly: red. Hex color #513332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513332 is #AECCCD. Grayscale: #3B3B3B. Windows color (decimal): -11455694 or 3289937. OLE color: 3289937.
HSL color Cylindrical-coordinate representation of color #513332: hue angle of 1.94º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #513332 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 51 | 50 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.68 |
| HSL | 1.94º | 0.24% | 0.26% | - |
| HSV(B) | 1.94º | 0.38% | 0.32% | - |
| XYZ | 5.15 | 4.35 | 3.59 | - |
| YUV | 59.86 | 122.44 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 51 | 50 | 0 | 0.37 | 0.38 | 0.68 | 1.94 | 0.24 | 0.26 |
| Hex | 51 | 33 | 32 | 0 | 25 | 26 | 44 | 2 | 18 | 1A |
| Octal | 121 | 63 | 62 | 0 | 45 | 46 | 104 | 2 | 30 | 32 |
| Binary | 1010001 | 110011 | 110010 | 0 | 100101 | 100110 | 1000100 | 10 | 11000 | 11010 |
Color Harmonies of #513332
Complementary color
Monochromatic Colors of #513332
Black with #513332
Text Example
Text Example
White with #513332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513332; }
p { color: rgb(81,51,50); }
H1.HeaderClassName
{
color: #513332;
}
.AnyTagClassName
{
color: #513332;
}
</style>
background-color css
<style>
a { background-color: #513332; }
a { background-color: rgb(81,51,50); }
div.DivClassName
{
background-color: #513332;
}
.BgClassName
{
background-color: #513332;
}
</style>
border-color css
<style>
span { border-color: #513332; }
span { border-color: rgb(81,51,50); }
td.TdClassName
{
border-color: #513332;
}
.TagClassName
{
border-color: #513332;
}
</style>