Shades of Espresso #512C28
Tints of Espresso #512C28
RGB
CMYK
RGB Variations
Color information
#512C28 (or 0x512C28) is known color: Espresso. HEX triplet: 51, 2C and 28. RGB value is (81,44,40). Sum of RGB (Red+Green+Blue) = 81+44+40=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #512C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512C28 is #AED3D7. Grayscale: #363636. Windows color (decimal): -11457496 or 2632785. OLE color: 2632785.
HSL color Cylindrical-coordinate representation of color #512C28: hue angle of 5.85º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #512C28 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 44 | 40 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.68 |
| HSL | 5.85º | 0.34% | 0.24% | - |
| HSV(B) | 5.85º | 0.51% | 0.32% | - |
| XYZ | 4.68 | 3.7 | 2.48 | - |
| YUV | 54.61 | 119.76 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 40 | 0 | 0.46 | 0.51 | 0.68 | 5.85 | 0.34 | 0.24 |
| Hex | 51 | 2C | 28 | 0 | 2E | 33 | 44 | 6 | 22 | 18 |
| Octal | 121 | 54 | 50 | 0 | 56 | 63 | 104 | 6 | 42 | 30 |
| Binary | 1010001 | 101100 | 101000 | 0 | 101110 | 110011 | 1000100 | 110 | 100010 | 11000 |
Color Harmonies of #512C28
Complementary color
Monochromatic Colors of #512C28
Black with #512C28
Text Example
Text Example
White with #512C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512C28; }
p { color: rgb(81,44,40); }
H1.HeaderClassName
{
color: #512C28;
}
.AnyTagClassName
{
color: #512C28;
}
</style>
background-color css
<style>
a { background-color: #512C28; }
a { background-color: rgb(81,44,40); }
div.DivClassName
{
background-color: #512C28;
}
.BgClassName
{
background-color: #512C28;
}
</style>
border-color css
<style>
span { border-color: #512C28; }
span { border-color: rgb(81,44,40); }
td.TdClassName
{
border-color: #512C28;
}
.TagClassName
{
border-color: #512C28;
}
</style>