Shades of Espresso #512F2D
Tints of Espresso #512F2D
RGB
CMYK
RGB Variations
Color information
#512F2D (or 0x512F2D) is known color: Espresso. HEX triplet: 51, 2F and 2D. RGB value is (81,47,45). Sum of RGB (Red+Green+Blue) = 81+47+45=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #512F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512F2D is #AED0D2. Grayscale: #383838. Windows color (decimal): -11456723 or 2961233. OLE color: 2961233.
HSL color Cylindrical-coordinate representation of color #512F2D: hue angle of 3.33º 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 #512F2D is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 47 | 45 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.68 |
| HSL | 3.33º | 0.29% | 0.25% | - |
| HSV(B) | 3.33º | 0.44% | 0.32% | - |
| XYZ | 4.88 | 3.97 | 2.99 | - |
| YUV | 56.94 | 121.26 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 47 | 45 | 0 | 0.42 | 0.44 | 0.68 | 3.33 | 0.29 | 0.25 |
| Hex | 51 | 2F | 2D | 0 | 2A | 2C | 44 | 3 | 1D | 19 |
| Octal | 121 | 57 | 55 | 0 | 52 | 54 | 104 | 3 | 35 | 31 |
| Binary | 1010001 | 101111 | 101101 | 0 | 101010 | 101100 | 1000100 | 11 | 11101 | 11001 |
Color Harmonies of #512F2D
Complementary color
Monochromatic Colors of #512F2D
Black with #512F2D
Text Example
Text Example
White with #512F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512F2D; }
p { color: rgb(81,47,45); }
H1.HeaderClassName
{
color: #512F2D;
}
.AnyTagClassName
{
color: #512F2D;
}
</style>
background-color css
<style>
a { background-color: #512F2D; }
a { background-color: rgb(81,47,45); }
div.DivClassName
{
background-color: #512F2D;
}
.BgClassName
{
background-color: #512F2D;
}
</style>
border-color css
<style>
span { border-color: #512F2D; }
span { border-color: rgb(81,47,45); }
td.TdClassName
{
border-color: #512F2D;
}
.TagClassName
{
border-color: #512F2D;
}
</style>