Shades of Espresso #512B26
Tints of Espresso #512B26
RGB
CMYK
RGB Variations
Color information
#512B26 (or 0x512B26) is known color: Espresso. HEX triplet: 51, 2B and 26. RGB value is (81,43,38). Sum of RGB (Red+Green+Blue) = 81+43+38=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 43 (17.19% from 255 or 26.54% from 162); Blue value is 38 (15.23% from 255 or 23.46% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #512B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512B26 is #AED4D9. Grayscale: #353535. Windows color (decimal): -11457754 or 2501457. OLE color: 2501457.
HSL color Cylindrical-coordinate representation of color #512B26: hue angle of 6.98º 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 #512B26 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 43 | 38 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.68 |
| HSL | 6.98º | 0.36% | 0.23% | - |
| HSV(B) | 6.98º | 0.53% | 0.32% | - |
| XYZ | 4.61 | 3.62 | 2.29 | - |
| YUV | 53.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 43 | 38 | 0 | 0.47 | 0.53 | 0.68 | 6.98 | 0.36 | 0.23 |
| Hex | 51 | 2B | 26 | 0 | 2F | 35 | 44 | 7 | 24 | 17 |
| Octal | 121 | 53 | 46 | 0 | 57 | 65 | 104 | 7 | 44 | 27 |
| Binary | 1010001 | 101011 | 100110 | 0 | 101111 | 110101 | 1000100 | 111 | 100100 | 10111 |
Color Harmonies of #512B26
Complementary color
Monochromatic Colors of #512B26
Black with #512B26
Text Example
Text Example
White with #512B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512B26; }
p { color: rgb(81,43,38); }
H1.HeaderClassName
{
color: #512B26;
}
.AnyTagClassName
{
color: #512B26;
}
</style>
background-color css
<style>
a { background-color: #512B26; }
a { background-color: rgb(81,43,38); }
div.DivClassName
{
background-color: #512B26;
}
.BgClassName
{
background-color: #512B26;
}
</style>
border-color css
<style>
span { border-color: #512B26; }
span { border-color: rgb(81,43,38); }
td.TdClassName
{
border-color: #512B26;
}
.TagClassName
{
border-color: #512B26;
}
</style>