Shades of Cocoa Bean #513630
Tints of Cocoa Bean #513630
RGB
CMYK
RGB Variations
Color information
#513630 (or 0x513630) is known color: Cocoa Bean. HEX triplet: 51, 36 and 30. RGB value is (81,54,48). Sum of RGB (Red+Green+Blue) = 81+54+48=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #513630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513630 is #AEC9CF. Grayscale: #3D3D3D. Windows color (decimal): -11454928 or 3159633. OLE color: 3159633.
HSL color Cylindrical-coordinate representation of color #513630: hue angle of 10.91º 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 #513630 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 54 | 48 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.68 |
| HSL | 10.91º | 0.26% | 0.25% | - |
| HSV(B) | 10.91º | 0.41% | 0.32% | - |
| XYZ | 5.25 | 4.6 | 3.41 | - |
| YUV | 61.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 54 | 48 | 0 | 0.33 | 0.41 | 0.68 | 10.91 | 0.26 | 0.25 |
| Hex | 51 | 36 | 30 | 0 | 21 | 29 | 44 | B | 1A | 19 |
| Octal | 121 | 66 | 60 | 0 | 41 | 51 | 104 | 13 | 32 | 31 |
| Binary | 1010001 | 110110 | 110000 | 0 | 100001 | 101001 | 1000100 | 1011 | 11010 | 11001 |
Color Harmonies of #513630
Complementary color
Monochromatic Colors of #513630
Black with #513630
Text Example
Text Example
White with #513630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513630; }
p { color: rgb(81,54,48); }
H1.HeaderClassName
{
color: #513630;
}
.AnyTagClassName
{
color: #513630;
}
</style>
background-color css
<style>
a { background-color: #513630; }
a { background-color: rgb(81,54,48); }
div.DivClassName
{
background-color: #513630;
}
.BgClassName
{
background-color: #513630;
}
</style>
border-color css
<style>
span { border-color: #513630; }
span { border-color: rgb(81,54,48); }
td.TdClassName
{
border-color: #513630;
}
.TagClassName
{
border-color: #513630;
}
</style>