Shades of Espresso #53342C
Tints of Espresso #53342C
RGB
CMYK
RGB Variations
Color information
#53342C (or 0x53342C) is known color: Espresso. HEX triplet: 53, 34 and 2C. RGB value is (83,52,44). Sum of RGB (Red+Green+Blue) = 83+52+44=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 44 (17.58% from 255 or 24.58% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #53342C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53342C is #ACCBD3. Grayscale: #3C3C3C. Windows color (decimal): -11324372 or 2896979. OLE color: 2896979.
HSL color Cylindrical-coordinate representation of color #53342C: hue angle of 12.31º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53342C is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 52 | 44 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.67 |
| HSL | 12.31º | 0.31% | 0.25% | - |
| HSV(B) | 12.31º | 0.47% | 0.33% | - |
| XYZ | 5.25 | 4.48 | 2.97 | - |
| YUV | 60.36 | 118.77 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 52 | 44 | 0 | 0.37 | 0.47 | 0.67 | 12.31 | 0.31 | 0.25 |
| Hex | 53 | 34 | 2C | 0 | 25 | 2F | 43 | C | 1F | 19 |
| Octal | 123 | 64 | 54 | 0 | 45 | 57 | 103 | 14 | 37 | 31 |
| Binary | 1010011 | 110100 | 101100 | 0 | 100101 | 101111 | 1000011 | 1100 | 11111 | 11001 |
Color Harmonies of #53342C
Complementary color
Monochromatic Colors of #53342C
Black with #53342C
Text Example
Text Example
White with #53342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53342C; }
p { color: rgb(83,52,44); }
H1.HeaderClassName
{
color: #53342C;
}
.AnyTagClassName
{
color: #53342C;
}
</style>
background-color css
<style>
a { background-color: #53342C; }
a { background-color: rgb(83,52,44); }
div.DivClassName
{
background-color: #53342C;
}
.BgClassName
{
background-color: #53342C;
}
</style>
border-color css
<style>
span { border-color: #53342C; }
span { border-color: rgb(83,52,44); }
td.TdClassName
{
border-color: #53342C;
}
.TagClassName
{
border-color: #53342C;
}
</style>