Shades of Espresso #52342F
Tints of Espresso #52342F
RGB
CMYK
RGB Variations
Color information
#52342F (or 0x52342F) is known color: Espresso. HEX triplet: 52, 34 and 2F. RGB value is (82,52,47). Sum of RGB (Red+Green+Blue) = 82+52+47=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 82 - color contains mainly: red. Hex color #52342F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52342F is #ADCBD0. Grayscale: #3C3C3C. Windows color (decimal): -11389905 or 3093586. OLE color: 3093586.
HSL color Cylindrical-coordinate representation of color #52342F: hue angle of 8.57º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52342F is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 52 | 47 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.68 |
| HSL | 8.57º | 0.27% | 0.25% | - |
| HSV(B) | 8.57º | 0.43% | 0.32% | - |
| XYZ | 5.22 | 4.46 | 3.27 | - |
| YUV | 60.4 | 120.44 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 52 | 47 | 0 | 0.37 | 0.43 | 0.68 | 8.57 | 0.27 | 0.25 |
| Hex | 52 | 34 | 2F | 0 | 25 | 2B | 44 | 9 | 1B | 19 |
| Octal | 122 | 64 | 57 | 0 | 45 | 53 | 104 | 11 | 33 | 31 |
| Binary | 1010010 | 110100 | 101111 | 0 | 100101 | 101011 | 1000100 | 1001 | 11011 | 11001 |
Color Harmonies of #52342F
Complementary color
Monochromatic Colors of #52342F
Black with #52342F
Text Example
Text Example
White with #52342F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52342F; }
p { color: rgb(82,52,47); }
H1.HeaderClassName
{
color: #52342F;
}
.AnyTagClassName
{
color: #52342F;
}
</style>
background-color css
<style>
a { background-color: #52342F; }
a { background-color: rgb(82,52,47); }
div.DivClassName
{
background-color: #52342F;
}
.BgClassName
{
background-color: #52342F;
}
</style>
border-color css
<style>
span { border-color: #52342F; }
span { border-color: rgb(82,52,47); }
td.TdClassName
{
border-color: #52342F;
}
.TagClassName
{
border-color: #52342F;
}
</style>