Shades of Espresso #51302B
Tints of Espresso #51302B
RGB
CMYK
RGB Variations
Color information
#51302B (or 0x51302B) is known color: Espresso. HEX triplet: 51, 30 and 2B. RGB value is (81,48,43). Sum of RGB (Red+Green+Blue) = 81+48+43=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #51302B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51302B is #AECFD4. Grayscale: #393939. Windows color (decimal): -11456469 or 2830417. OLE color: 2830417.
HSL color Cylindrical-coordinate representation of color #51302B: hue angle of 7.89º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51302B is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 48 | 43 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.68 |
| HSL | 7.89º | 0.31% | 0.24% | - |
| HSV(B) | 7.89º | 0.47% | 0.32% | - |
| XYZ | 4.89 | 4.04 | 2.81 | - |
| YUV | 57.3 | 119.93 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 48 | 43 | 0 | 0.41 | 0.47 | 0.68 | 7.89 | 0.31 | 0.24 |
| Hex | 51 | 30 | 2B | 0 | 29 | 2F | 44 | 8 | 1F | 18 |
| Octal | 121 | 60 | 53 | 0 | 51 | 57 | 104 | 10 | 37 | 30 |
| Binary | 1010001 | 110000 | 101011 | 0 | 101001 | 101111 | 1000100 | 1000 | 11111 | 11000 |
Color Harmonies of #51302B
Complementary color
Monochromatic Colors of #51302B
Black with #51302B
Text Example
Text Example
White with #51302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51302B; }
p { color: rgb(81,48,43); }
H1.HeaderClassName
{
color: #51302B;
}
.AnyTagClassName
{
color: #51302B;
}
</style>
background-color css
<style>
a { background-color: #51302B; }
a { background-color: rgb(81,48,43); }
div.DivClassName
{
background-color: #51302B;
}
.BgClassName
{
background-color: #51302B;
}
</style>
border-color css
<style>
span { border-color: #51302B; }
span { border-color: rgb(81,48,43); }
td.TdClassName
{
border-color: #51302B;
}
.TagClassName
{
border-color: #51302B;
}
</style>