Shades of Espresso #52302D
Tints of Espresso #52302D
RGB
CMYK
RGB Variations
Color information
#52302D (or 0x52302D) is known color: Espresso. HEX triplet: 52, 30 and 2D. RGB value is (82,48,45). Sum of RGB (Red+Green+Blue) = 82+48+45=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 82 - color contains mainly: red. Hex color #52302D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52302D is #ADCFD2. Grayscale: #393939. Windows color (decimal): -11390931 or 2961490. OLE color: 2961490.
HSL color Cylindrical-coordinate representation of color #52302D: hue angle of 4.86º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #52302D is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 48 | 45 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.68 |
| HSL | 4.86º | 0.29% | 0.25% | - |
| HSV(B) | 4.86º | 0.45% | 0.32% | - |
| XYZ | 5.01 | 4.1 | 3.01 | - |
| YUV | 57.82 | 120.76 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 48 | 45 | 0 | 0.41 | 0.45 | 0.68 | 4.86 | 0.29 | 0.25 |
| Hex | 52 | 30 | 2D | 0 | 29 | 2D | 44 | 5 | 1D | 19 |
| Octal | 122 | 60 | 55 | 0 | 51 | 55 | 104 | 5 | 35 | 31 |
| Binary | 1010010 | 110000 | 101101 | 0 | 101001 | 101101 | 1000100 | 101 | 11101 | 11001 |
Color Harmonies of #52302D
Complementary color
Monochromatic Colors of #52302D
Black with #52302D
Text Example
Text Example
White with #52302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52302D; }
p { color: rgb(82,48,45); }
H1.HeaderClassName
{
color: #52302D;
}
.AnyTagClassName
{
color: #52302D;
}
</style>
background-color css
<style>
a { background-color: #52302D; }
a { background-color: rgb(82,48,45); }
div.DivClassName
{
background-color: #52302D;
}
.BgClassName
{
background-color: #52302D;
}
</style>
border-color css
<style>
span { border-color: #52302D; }
span { border-color: rgb(82,48,45); }
td.TdClassName
{
border-color: #52302D;
}
.TagClassName
{
border-color: #52302D;
}
</style>