Shades of Espresso #513127
Tints of Espresso #513127
RGB
CMYK
RGB Variations
Color information
#513127 (or 0x513127) is known color: Espresso. HEX triplet: 51, 31 and 27. RGB value is (81,49,39). Sum of RGB (Red+Green+Blue) = 81+49+39=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #513127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513127 is #AECED8. Grayscale: #393939. Windows color (decimal): -11456217 or 2568529. OLE color: 2568529.
HSL color Cylindrical-coordinate representation of color #513127: hue angle of 14.29º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #513127 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 49 | 39 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.68 |
| HSL | 14.29º | 0.35% | 0.24% | - |
| HSV(B) | 14.29º | 0.52% | 0.32% | - |
| XYZ | 4.86 | 4.09 | 2.45 | - |
| YUV | 57.43 | 117.6 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 49 | 39 | 0 | 0.40 | 0.52 | 0.68 | 14.29 | 0.35 | 0.24 |
| Hex | 51 | 31 | 27 | 0 | 28 | 34 | 44 | E | 23 | 18 |
| Octal | 121 | 61 | 47 | 0 | 50 | 64 | 104 | 16 | 43 | 30 |
| Binary | 1010001 | 110001 | 100111 | 0 | 101000 | 110100 | 1000100 | 1110 | 100011 | 11000 |
Color Harmonies of #513127
Complementary color
Monochromatic Colors of #513127
Black with #513127
Text Example
Text Example
White with #513127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513127; }
p { color: rgb(81,49,39); }
H1.HeaderClassName
{
color: #513127;
}
.AnyTagClassName
{
color: #513127;
}
</style>
background-color css
<style>
a { background-color: #513127; }
a { background-color: rgb(81,49,39); }
div.DivClassName
{
background-color: #513127;
}
.BgClassName
{
background-color: #513127;
}
</style>
border-color css
<style>
span { border-color: #513127; }
span { border-color: rgb(81,49,39); }
td.TdClassName
{
border-color: #513127;
}
.TagClassName
{
border-color: #513127;
}
</style>