Shades of Espresso #53342D
Tints of Espresso #53342D
RGB
CMYK
RGB Variations
Color information
#53342D (or 0x53342D) is known color: Espresso. HEX triplet: 53, 34 and 2D. RGB value is (83,52,45). Sum of RGB (Red+Green+Blue) = 83+52+45=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #53342D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53342D is #ACCBD2. Grayscale: #3C3C3C. Windows color (decimal): -11324371 or 2962515. OLE color: 2962515.
HSL color Cylindrical-coordinate representation of color #53342D: hue angle of 11.05º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53342D is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 52 | 45 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.67 |
| HSL | 11.05º | 0.3% | 0.25% | - |
| HSV(B) | 11.05º | 0.46% | 0.33% | - |
| XYZ | 5.27 | 4.48 | 3.07 | - |
| YUV | 60.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 52 | 45 | 0 | 0.37 | 0.46 | 0.67 | 11.05 | 0.3 | 0.25 |
| Hex | 53 | 34 | 2D | 0 | 25 | 2E | 43 | B | 1E | 19 |
| Octal | 123 | 64 | 55 | 0 | 45 | 56 | 103 | 13 | 36 | 31 |
| Binary | 1010011 | 110100 | 101101 | 0 | 100101 | 101110 | 1000011 | 1011 | 11110 | 11001 |
Color Harmonies of #53342D
Complementary color
Monochromatic Colors of #53342D
Black with #53342D
Text Example
Text Example
White with #53342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53342D; }
p { color: rgb(83,52,45); }
H1.HeaderClassName
{
color: #53342D;
}
.AnyTagClassName
{
color: #53342D;
}
</style>
background-color css
<style>
a { background-color: #53342D; }
a { background-color: rgb(83,52,45); }
div.DivClassName
{
background-color: #53342D;
}
.BgClassName
{
background-color: #53342D;
}
</style>
border-color css
<style>
span { border-color: #53342D; }
span { border-color: rgb(83,52,45); }
td.TdClassName
{
border-color: #53342D;
}
.TagClassName
{
border-color: #53342D;
}
</style>