Shades of Espresso #512D25
Tints of Espresso #512D25
RGB
CMYK
RGB Variations
Color information
#512D25 (or 0x512D25) is known color: Espresso. HEX triplet: 51, 2D and 25. RGB value is (81,45,37). Sum of RGB (Red+Green+Blue) = 81+45+37=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #512D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512D25 is #AED2DA. Grayscale: #363636. Windows color (decimal): -11457243 or 2436433. OLE color: 2436433.
HSL color Cylindrical-coordinate representation of color #512D25: hue angle of 10.91º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #512D25 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 45 | 37 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.68 |
| HSL | 10.91º | 0.37% | 0.23% | - |
| HSV(B) | 10.91º | 0.54% | 0.32% | - |
| XYZ | 4.67 | 3.76 | 2.23 | - |
| YUV | 54.85 | 117.93 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 45 | 37 | 0 | 0.44 | 0.54 | 0.68 | 10.91 | 0.37 | 0.23 |
| Hex | 51 | 2D | 25 | 0 | 2C | 36 | 44 | B | 25 | 17 |
| Octal | 121 | 55 | 45 | 0 | 54 | 66 | 104 | 13 | 45 | 27 |
| Binary | 1010001 | 101101 | 100101 | 0 | 101100 | 110110 | 1000100 | 1011 | 100101 | 10111 |
Color Harmonies of #512D25
Complementary color
Monochromatic Colors of #512D25
Black with #512D25
Text Example
Text Example
White with #512D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512D25; }
p { color: rgb(81,45,37); }
H1.HeaderClassName
{
color: #512D25;
}
.AnyTagClassName
{
color: #512D25;
}
</style>
background-color css
<style>
a { background-color: #512D25; }
a { background-color: rgb(81,45,37); }
div.DivClassName
{
background-color: #512D25;
}
.BgClassName
{
background-color: #512D25;
}
</style>
border-color css
<style>
span { border-color: #512D25; }
span { border-color: rgb(81,45,37); }
td.TdClassName
{
border-color: #512D25;
}
.TagClassName
{
border-color: #512D25;
}
</style>