Shades of Espresso #543128
Tints of Espresso #543128
RGB
CMYK
RGB Variations
Color information
#543128 (or 0x543128) is known color: Espresso. HEX triplet: 54, 31 and 28. RGB value is (84,49,40). Sum of RGB (Red+Green+Blue) = 84+49+40=173 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.55% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 84 - color contains mainly: red. Hex color #543128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543128 is #ABCED7. Grayscale: #3A3A3A. Windows color (decimal): -11259608 or 2634068. OLE color: 2634068.
HSL color Cylindrical-coordinate representation of color #543128: hue angle of 12.27º 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 #543128 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 49 | 40 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.67 |
| HSL | 12.27º | 0.35% | 0.24% | - |
| HSV(B) | 12.27º | 0.52% | 0.33% | - |
| XYZ | 5.14 | 4.23 | 2.55 | - |
| YUV | 58.44 | 117.6 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 49 | 40 | 0 | 0.42 | 0.52 | 0.67 | 12.27 | 0.35 | 0.24 |
| Hex | 54 | 31 | 28 | 0 | 2A | 34 | 43 | C | 23 | 18 |
| Octal | 124 | 61 | 50 | 0 | 52 | 64 | 103 | 14 | 43 | 30 |
| Binary | 1010100 | 110001 | 101000 | 0 | 101010 | 110100 | 1000011 | 1100 | 100011 | 11000 |
Color Harmonies of #543128
Complementary color
Monochromatic Colors of #543128
Black with #543128
Text Example
Text Example
White with #543128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543128; }
p { color: rgb(84,49,40); }
H1.HeaderClassName
{
color: #543128;
}
.AnyTagClassName
{
color: #543128;
}
</style>
background-color css
<style>
a { background-color: #543128; }
a { background-color: rgb(84,49,40); }
div.DivClassName
{
background-color: #543128;
}
.BgClassName
{
background-color: #543128;
}
</style>
border-color css
<style>
span { border-color: #543128; }
span { border-color: rgb(84,49,40); }
td.TdClassName
{
border-color: #543128;
}
.TagClassName
{
border-color: #543128;
}
</style>