Shades of Espresso #52302B
Tints of Espresso #52302B
RGB
CMYK
RGB Variations
Color information
#52302B (or 0x52302B) is known color: Espresso. HEX triplet: 52, 30 and 2B. RGB value is (82,48,43). Sum of RGB (Red+Green+Blue) = 82+48+43=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #52302B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52302B is #ADCFD4. Grayscale: #393939. Windows color (decimal): -11390933 or 2830418. OLE color: 2830418.
HSL color Cylindrical-coordinate representation of color #52302B: hue angle of 7.69º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52302B is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 48 | 43 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.68 |
| HSL | 7.69º | 0.31% | 0.25% | - |
| HSV(B) | 7.69º | 0.48% | 0.32% | - |
| XYZ | 4.97 | 4.08 | 2.81 | - |
| YUV | 57.6 | 119.76 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 48 | 43 | 0 | 0.41 | 0.48 | 0.68 | 7.69 | 0.31 | 0.25 |
| Hex | 52 | 30 | 2B | 0 | 29 | 30 | 44 | 8 | 1F | 19 |
| Octal | 122 | 60 | 53 | 0 | 51 | 60 | 104 | 10 | 37 | 31 |
| Binary | 1010010 | 110000 | 101011 | 0 | 101001 | 110000 | 1000100 | 1000 | 11111 | 11001 |
Color Harmonies of #52302B
Complementary color
Monochromatic Colors of #52302B
Black with #52302B
Text Example
Text Example
White with #52302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52302B; }
p { color: rgb(82,48,43); }
H1.HeaderClassName
{
color: #52302B;
}
.AnyTagClassName
{
color: #52302B;
}
</style>
background-color css
<style>
a { background-color: #52302B; }
a { background-color: rgb(82,48,43); }
div.DivClassName
{
background-color: #52302B;
}
.BgClassName
{
background-color: #52302B;
}
</style>
border-color css
<style>
span { border-color: #52302B; }
span { border-color: rgb(82,48,43); }
td.TdClassName
{
border-color: #52302B;
}
.TagClassName
{
border-color: #52302B;
}
</style>