Shades of Espresso #513331
Tints of Espresso #513331
RGB
CMYK
RGB Variations
Color information
#513331 (or 0x513331) is known color: Espresso. HEX triplet: 51, 33 and 31. RGB value is (81,51,49). Sum of RGB (Red+Green+Blue) = 81+51+49=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 49 (19.53% from 255 or 27.07% from 181); Max value from RGB is 81 - color contains mainly: red. Hex color #513331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513331 is #AECCCE. Grayscale: #3B3B3B. Windows color (decimal): -11455695 or 3224401. OLE color: 3224401.
HSL color Cylindrical-coordinate representation of color #513331: hue angle of 3.75º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #513331 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 51 | 49 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.68 |
| HSL | 3.75º | 0.25% | 0.25% | - |
| HSV(B) | 3.75º | 0.4% | 0.32% | - |
| XYZ | 5.13 | 4.34 | 3.47 | - |
| YUV | 59.74 | 121.94 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 51 | 49 | 0 | 0.37 | 0.40 | 0.68 | 3.75 | 0.25 | 0.25 |
| Hex | 51 | 33 | 31 | 0 | 25 | 28 | 44 | 4 | 19 | 19 |
| Octal | 121 | 63 | 61 | 0 | 45 | 50 | 104 | 4 | 31 | 31 |
| Binary | 1010001 | 110011 | 110001 | 0 | 100101 | 101000 | 1000100 | 100 | 11001 | 11001 |
Color Harmonies of #513331
Complementary color
Monochromatic Colors of #513331
Black with #513331
Text Example
Text Example
White with #513331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513331; }
p { color: rgb(81,51,49); }
H1.HeaderClassName
{
color: #513331;
}
.AnyTagClassName
{
color: #513331;
}
</style>
background-color css
<style>
a { background-color: #513331; }
a { background-color: rgb(81,51,49); }
div.DivClassName
{
background-color: #513331;
}
.BgClassName
{
background-color: #513331;
}
</style>
border-color css
<style>
span { border-color: #513331; }
span { border-color: rgb(81,51,49); }
td.TdClassName
{
border-color: #513331;
}
.TagClassName
{
border-color: #513331;
}
</style>