Shades of Espresso #532F28
Tints of Espresso #532F28
RGB
CMYK
RGB Variations
Color information
#532F28 (or 0x532F28) is known color: Espresso. HEX triplet: 53, 2F and 28. RGB value is (83,47,40). Sum of RGB (Red+Green+Blue) = 83+47+40=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #532F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532F28 is #ACD0D7. Grayscale: #393939. Windows color (decimal): -11325656 or 2633555. OLE color: 2633555.
HSL color Cylindrical-coordinate representation of color #532F28: hue angle of 9.77º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #532F28 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 47 | 40 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.67 |
| HSL | 9.77º | 0.35% | 0.24% | - |
| HSV(B) | 9.77º | 0.52% | 0.33% | - |
| XYZ | 4.97 | 4.03 | 2.52 | - |
| YUV | 56.97 | 118.43 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 47 | 40 | 0 | 0.43 | 0.52 | 0.67 | 9.77 | 0.35 | 0.24 |
| Hex | 53 | 2F | 28 | 0 | 2B | 34 | 43 | A | 23 | 18 |
| Octal | 123 | 57 | 50 | 0 | 53 | 64 | 103 | 12 | 43 | 30 |
| Binary | 1010011 | 101111 | 101000 | 0 | 101011 | 110100 | 1000011 | 1010 | 100011 | 11000 |
Color Harmonies of #532F28
Complementary color
Monochromatic Colors of #532F28
Black with #532F28
Text Example
Text Example
White with #532F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532F28; }
p { color: rgb(83,47,40); }
H1.HeaderClassName
{
color: #532F28;
}
.AnyTagClassName
{
color: #532F28;
}
</style>
background-color css
<style>
a { background-color: #532F28; }
a { background-color: rgb(83,47,40); }
div.DivClassName
{
background-color: #532F28;
}
.BgClassName
{
background-color: #532F28;
}
</style>
border-color css
<style>
span { border-color: #532F28; }
span { border-color: rgb(83,47,40); }
td.TdClassName
{
border-color: #532F28;
}
.TagClassName
{
border-color: #532F28;
}
</style>