Shades of Espresso #513128
Tints of Espresso #513128
RGB
CMYK
RGB Variations
Color information
#513128 (or 0x513128) is known color: Espresso. HEX triplet: 51, 31 and 28. RGB value is (81,49,40). Sum of RGB (Red+Green+Blue) = 81+49+40=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #513128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513128 is #AECED7. Grayscale: #393939. Windows color (decimal): -11456216 or 2634065. OLE color: 2634065.
HSL color Cylindrical-coordinate representation of color #513128: hue angle of 13.17º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #513128 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 49 | 40 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.68 |
| HSL | 13.17º | 0.34% | 0.24% | - |
| HSV(B) | 13.17º | 0.51% | 0.32% | - |
| XYZ | 4.87 | 4.1 | 2.54 | - |
| YUV | 57.54 | 118.1 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 49 | 40 | 0 | 0.40 | 0.51 | 0.68 | 13.17 | 0.34 | 0.24 |
| Hex | 51 | 31 | 28 | 0 | 28 | 33 | 44 | D | 22 | 18 |
| Octal | 121 | 61 | 50 | 0 | 50 | 63 | 104 | 15 | 42 | 30 |
| Binary | 1010001 | 110001 | 101000 | 0 | 101000 | 110011 | 1000100 | 1101 | 100010 | 11000 |
Color Harmonies of #513128
Complementary color
Monochromatic Colors of #513128
Black with #513128
Text Example
Text Example
White with #513128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513128; }
p { color: rgb(81,49,40); }
H1.HeaderClassName
{
color: #513128;
}
.AnyTagClassName
{
color: #513128;
}
</style>
background-color css
<style>
a { background-color: #513128; }
a { background-color: rgb(81,49,40); }
div.DivClassName
{
background-color: #513128;
}
.BgClassName
{
background-color: #513128;
}
</style>
border-color css
<style>
span { border-color: #513128; }
span { border-color: rgb(81,49,40); }
td.TdClassName
{
border-color: #513128;
}
.TagClassName
{
border-color: #513128;
}
</style>