Shades of Cocoa Bean #513830
Tints of Cocoa Bean #513830
RGB
CMYK
RGB Variations
Color information
#513830 (or 0x513830) is known color: Cocoa Bean. HEX triplet: 51, 38 and 30. RGB value is (81,56,48). Sum of RGB (Red+Green+Blue) = 81+56+48=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 81 - color contains mainly: red. Hex color #513830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513830 is #AEC7CF. Grayscale: #3E3E3E. Windows color (decimal): -11454416 or 3160145. OLE color: 3160145.
HSL color Cylindrical-coordinate representation of color #513830: hue angle of 14.55º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #513830 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 56 | 48 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.68 |
| HSL | 14.55º | 0.26% | 0.25% | - |
| HSV(B) | 14.55º | 0.41% | 0.32% | - |
| XYZ | 5.34 | 4.79 | 3.44 | - |
| YUV | 62.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 56 | 48 | 0 | 0.31 | 0.41 | 0.68 | 14.55 | 0.26 | 0.25 |
| Hex | 51 | 38 | 30 | 0 | 1F | 29 | 44 | F | 1A | 19 |
| Octal | 121 | 70 | 60 | 0 | 37 | 51 | 104 | 17 | 32 | 31 |
| Binary | 1010001 | 111000 | 110000 | 0 | 11111 | 101001 | 1000100 | 1111 | 11010 | 11001 |
Color Harmonies of #513830
Complementary color
Monochromatic Colors of #513830
Black with #513830
Text Example
Text Example
White with #513830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513830; }
p { color: rgb(81,56,48); }
H1.HeaderClassName
{
color: #513830;
}
.AnyTagClassName
{
color: #513830;
}
</style>
background-color css
<style>
a { background-color: #513830; }
a { background-color: rgb(81,56,48); }
div.DivClassName
{
background-color: #513830;
}
.BgClassName
{
background-color: #513830;
}
</style>
border-color css
<style>
span { border-color: #513830; }
span { border-color: rgb(81,56,48); }
td.TdClassName
{
border-color: #513830;
}
.TagClassName
{
border-color: #513830;
}
</style>