Shades of Espresso #51342F
Tints of Espresso #51342F
RGB
CMYK
RGB Variations
Color information
#51342F (or 0x51342F) is known color: Espresso. HEX triplet: 51, 34 and 2F. RGB value is (81,52,47). Sum of RGB (Red+Green+Blue) = 81+52+47=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 81 - color contains mainly: red. Hex color #51342F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51342F is #AECBD0. Grayscale: #3C3C3C. Windows color (decimal): -11455441 or 3093585. OLE color: 3093585.
HSL color Cylindrical-coordinate representation of color #51342F: hue angle of 8.82º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #51342F is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 52 | 47 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.68 |
| HSL | 8.82º | 0.27% | 0.25% | - |
| HSV(B) | 8.82º | 0.42% | 0.32% | - |
| XYZ | 5.13 | 4.41 | 3.27 | - |
| YUV | 60.1 | 120.61 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 52 | 47 | 0 | 0.36 | 0.42 | 0.68 | 8.82 | 0.27 | 0.25 |
| Hex | 51 | 34 | 2F | 0 | 24 | 2A | 44 | 9 | 1B | 19 |
| Octal | 121 | 64 | 57 | 0 | 44 | 52 | 104 | 11 | 33 | 31 |
| Binary | 1010001 | 110100 | 101111 | 0 | 100100 | 101010 | 1000100 | 1001 | 11011 | 11001 |
Color Harmonies of #51342F
Complementary color
Monochromatic Colors of #51342F
Black with #51342F
Text Example
Text Example
White with #51342F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51342F; }
p { color: rgb(81,52,47); }
H1.HeaderClassName
{
color: #51342F;
}
.AnyTagClassName
{
color: #51342F;
}
</style>
background-color css
<style>
a { background-color: #51342F; }
a { background-color: rgb(81,52,47); }
div.DivClassName
{
background-color: #51342F;
}
.BgClassName
{
background-color: #51342F;
}
</style>
border-color css
<style>
span { border-color: #51342F; }
span { border-color: rgb(81,52,47); }
td.TdClassName
{
border-color: #51342F;
}
.TagClassName
{
border-color: #51342F;
}
</style>