Shades of Espresso #512E2D
Tints of Espresso #512E2D
RGB
CMYK
RGB Variations
Color information
#512E2D (or 0x512E2D) is known color: Espresso. HEX triplet: 51, 2E and 2D. RGB value is (81,46,45). Sum of RGB (Red+Green+Blue) = 81+46+45=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #512E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512E2D is #AED1D2. Grayscale: #383838. Windows color (decimal): -11456979 or 2960977. OLE color: 2960977.
HSL color Cylindrical-coordinate representation of color #512E2D: hue angle of 1.67º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #512E2D is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 46 | 45 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.68 |
| HSL | 1.67º | 0.29% | 0.25% | - |
| HSV(B) | 1.67º | 0.44% | 0.32% | - |
| XYZ | 4.84 | 3.89 | 2.98 | - |
| YUV | 56.35 | 121.6 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 46 | 45 | 0 | 0.43 | 0.44 | 0.68 | 1.67 | 0.29 | 0.25 |
| Hex | 51 | 2E | 2D | 0 | 2B | 2C | 44 | 2 | 1D | 19 |
| Octal | 121 | 56 | 55 | 0 | 53 | 54 | 104 | 2 | 35 | 31 |
| Binary | 1010001 | 101110 | 101101 | 0 | 101011 | 101100 | 1000100 | 10 | 11101 | 11001 |
Color Harmonies of #512E2D
Complementary color
Monochromatic Colors of #512E2D
Black with #512E2D
Text Example
Text Example
White with #512E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512E2D; }
p { color: rgb(81,46,45); }
H1.HeaderClassName
{
color: #512E2D;
}
.AnyTagClassName
{
color: #512E2D;
}
</style>
background-color css
<style>
a { background-color: #512E2D; }
a { background-color: rgb(81,46,45); }
div.DivClassName
{
background-color: #512E2D;
}
.BgClassName
{
background-color: #512E2D;
}
</style>
border-color css
<style>
span { border-color: #512E2D; }
span { border-color: rgb(81,46,45); }
td.TdClassName
{
border-color: #512E2D;
}
.TagClassName
{
border-color: #512E2D;
}
</style>