Shades of Espresso #53312A
Tints of Espresso #53312A
RGB
CMYK
RGB Variations
Color information
#53312A (or 0x53312A) is known color: Espresso. HEX triplet: 53, 31 and 2A. RGB value is (83,49,42). Sum of RGB (Red+Green+Blue) = 83+49+42=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #53312A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53312A is #ACCED5. Grayscale: #3A3A3A. Windows color (decimal): -11325142 or 2765139. OLE color: 2765139.
HSL color Cylindrical-coordinate representation of color #53312A: hue angle of 10.24º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53312A is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 49 | 42 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.67 |
| HSL | 10.24º | 0.33% | 0.25% | - |
| HSV(B) | 10.24º | 0.49% | 0.33% | - |
| XYZ | 5.08 | 4.2 | 2.73 | - |
| YUV | 58.37 | 118.76 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 49 | 42 | 0 | 0.41 | 0.49 | 0.67 | 10.24 | 0.33 | 0.25 |
| Hex | 53 | 31 | 2A | 0 | 29 | 31 | 43 | A | 21 | 19 |
| Octal | 123 | 61 | 52 | 0 | 51 | 61 | 103 | 12 | 41 | 31 |
| Binary | 1010011 | 110001 | 101010 | 0 | 101001 | 110001 | 1000011 | 1010 | 100001 | 11001 |
Color Harmonies of #53312A
Complementary color
Monochromatic Colors of #53312A
Black with #53312A
Text Example
Text Example
White with #53312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53312A; }
p { color: rgb(83,49,42); }
H1.HeaderClassName
{
color: #53312A;
}
.AnyTagClassName
{
color: #53312A;
}
</style>
background-color css
<style>
a { background-color: #53312A; }
a { background-color: rgb(83,49,42); }
div.DivClassName
{
background-color: #53312A;
}
.BgClassName
{
background-color: #53312A;
}
</style>
border-color css
<style>
span { border-color: #53312A; }
span { border-color: rgb(83,49,42); }
td.TdClassName
{
border-color: #53312A;
}
.TagClassName
{
border-color: #53312A;
}
</style>