Shades of Espresso #54332D
Tints of Espresso #54332D
RGB
CMYK
RGB Variations
Color information
#54332D (or 0x54332D) is known color: Espresso. HEX triplet: 54, 33 and 2D. RGB value is (84,51,45). Sum of RGB (Red+Green+Blue) = 84+51+45=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 84 - color contains mainly: red. Hex color #54332D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54332D is #ABCCD2. Grayscale: #3C3C3C. Windows color (decimal): -11259091 or 2962260. OLE color: 2962260.
HSL color Cylindrical-coordinate representation of color #54332D: hue angle of 9.23º 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 #54332D is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 51 | 45 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.67 |
| HSL | 9.23º | 0.3% | 0.25% | - |
| HSV(B) | 9.23º | 0.46% | 0.33% | - |
| XYZ | 5.31 | 4.44 | 3.06 | - |
| YUV | 60.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 51 | 45 | 0 | 0.39 | 0.46 | 0.67 | 9.23 | 0.3 | 0.25 |
| Hex | 54 | 33 | 2D | 0 | 27 | 2E | 43 | 9 | 1E | 19 |
| Octal | 124 | 63 | 55 | 0 | 47 | 56 | 103 | 11 | 36 | 31 |
| Binary | 1010100 | 110011 | 101101 | 0 | 100111 | 101110 | 1000011 | 1001 | 11110 | 11001 |
Color Harmonies of #54332D
Complementary color
Monochromatic Colors of #54332D
Black with #54332D
Text Example
Text Example
White with #54332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54332D; }
p { color: rgb(84,51,45); }
H1.HeaderClassName
{
color: #54332D;
}
.AnyTagClassName
{
color: #54332D;
}
</style>
background-color css
<style>
a { background-color: #54332D; }
a { background-color: rgb(84,51,45); }
div.DivClassName
{
background-color: #54332D;
}
.BgClassName
{
background-color: #54332D;
}
</style>
border-color css
<style>
span { border-color: #54332D; }
span { border-color: rgb(84,51,45); }
td.TdClassName
{
border-color: #54332D;
}
.TagClassName
{
border-color: #54332D;
}
</style>