Shades of Espresso #512C26
Tints of Espresso #512C26
RGB
CMYK
RGB Variations
Color information
#512C26 (or 0x512C26) is known color: Espresso. HEX triplet: 51, 2C and 26. RGB value is (81,44,38). Sum of RGB (Red+Green+Blue) = 81+44+38=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #512C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512C26 is #AED3D9. Grayscale: #363636. Windows color (decimal): -11457498 or 2501713. OLE color: 2501713.
HSL color Cylindrical-coordinate representation of color #512C26: hue angle of 8.37º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #512C26 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 44 | 38 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.68 |
| HSL | 8.37º | 0.36% | 0.23% | - |
| HSV(B) | 8.37º | 0.53% | 0.32% | - |
| XYZ | 4.64 | 3.69 | 2.3 | - |
| YUV | 54.38 | 118.76 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 38 | 0 | 0.46 | 0.53 | 0.68 | 8.37 | 0.36 | 0.23 |
| Hex | 51 | 2C | 26 | 0 | 2E | 35 | 44 | 8 | 24 | 17 |
| Octal | 121 | 54 | 46 | 0 | 56 | 65 | 104 | 10 | 44 | 27 |
| Binary | 1010001 | 101100 | 100110 | 0 | 101110 | 110101 | 1000100 | 1000 | 100100 | 10111 |
Color Harmonies of #512C26
Complementary color
Monochromatic Colors of #512C26
Black with #512C26
Text Example
Text Example
White with #512C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512C26; }
p { color: rgb(81,44,38); }
H1.HeaderClassName
{
color: #512C26;
}
.AnyTagClassName
{
color: #512C26;
}
</style>
background-color css
<style>
a { background-color: #512C26; }
a { background-color: rgb(81,44,38); }
div.DivClassName
{
background-color: #512C26;
}
.BgClassName
{
background-color: #512C26;
}
</style>
border-color css
<style>
span { border-color: #512C26; }
span { border-color: rgb(81,44,38); }
td.TdClassName
{
border-color: #512C26;
}
.TagClassName
{
border-color: #512C26;
}
</style>