Shades of Espresso #53342B
Tints of Espresso #53342B
RGB
CMYK
RGB Variations
Color information
#53342B (or 0x53342B) is known color: Espresso. HEX triplet: 53, 34 and 2B. RGB value is (83,52,43). Sum of RGB (Red+Green+Blue) = 83+52+43=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #53342B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53342B is #ACCBD4. Grayscale: #3C3C3C. Windows color (decimal): -11324373 or 2831443. OLE color: 2831443.
HSL color Cylindrical-coordinate representation of color #53342B: hue angle of 13.5º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53342B is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 52 | 43 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.67 |
| HSL | 13.5º | 0.32% | 0.25% | - |
| HSV(B) | 13.5º | 0.48% | 0.33% | - |
| XYZ | 5.23 | 4.47 | 2.87 | - |
| YUV | 60.24 | 118.27 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 52 | 43 | 0 | 0.37 | 0.48 | 0.67 | 13.5 | 0.32 | 0.25 |
| Hex | 53 | 34 | 2B | 0 | 25 | 30 | 43 | E | 20 | 19 |
| Octal | 123 | 64 | 53 | 0 | 45 | 60 | 103 | 16 | 40 | 31 |
| Binary | 1010011 | 110100 | 101011 | 0 | 100101 | 110000 | 1000011 | 1110 | 100000 | 11001 |
Color Harmonies of #53342B
Complementary color
Monochromatic Colors of #53342B
Black with #53342B
Text Example
Text Example
White with #53342B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53342B; }
p { color: rgb(83,52,43); }
H1.HeaderClassName
{
color: #53342B;
}
.AnyTagClassName
{
color: #53342B;
}
</style>
background-color css
<style>
a { background-color: #53342B; }
a { background-color: rgb(83,52,43); }
div.DivClassName
{
background-color: #53342B;
}
.BgClassName
{
background-color: #53342B;
}
</style>
border-color css
<style>
span { border-color: #53342B; }
span { border-color: rgb(83,52,43); }
td.TdClassName
{
border-color: #53342B;
}
.TagClassName
{
border-color: #53342B;
}
</style>