Shades of Espresso #51332D
Tints of Espresso #51332D
RGB
CMYK
RGB Variations
Color information
#51332D (or 0x51332D) is known color: Espresso. HEX triplet: 51, 33 and 2D. RGB value is (81,51,45). Sum of RGB (Red+Green+Blue) = 81+51+45=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 81 - color contains mainly: red. Hex color #51332D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51332D is #AECCD2. Grayscale: #3B3B3B. Windows color (decimal): -11455699 or 2962257. OLE color: 2962257.
HSL color Cylindrical-coordinate representation of color #51332D: hue angle of 10º 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 #51332D is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 51 | 45 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.68 |
| HSL | 10º | 0.29% | 0.25% | - |
| HSV(B) | 10º | 0.44% | 0.32% | - |
| XYZ | 5.05 | 4.31 | 3.05 | - |
| YUV | 59.29 | 119.94 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 51 | 45 | 0 | 0.37 | 0.44 | 0.68 | 10 | 0.29 | 0.25 |
| Hex | 51 | 33 | 2D | 0 | 25 | 2C | 44 | A | 1D | 19 |
| Octal | 121 | 63 | 55 | 0 | 45 | 54 | 104 | 12 | 35 | 31 |
| Binary | 1010001 | 110011 | 101101 | 0 | 100101 | 101100 | 1000100 | 1010 | 11101 | 11001 |
Color Harmonies of #51332D
Complementary color
Monochromatic Colors of #51332D
Black with #51332D
Text Example
Text Example
White with #51332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51332D; }
p { color: rgb(81,51,45); }
H1.HeaderClassName
{
color: #51332D;
}
.AnyTagClassName
{
color: #51332D;
}
</style>
background-color css
<style>
a { background-color: #51332D; }
a { background-color: rgb(81,51,45); }
div.DivClassName
{
background-color: #51332D;
}
.BgClassName
{
background-color: #51332D;
}
</style>
border-color css
<style>
span { border-color: #51332D; }
span { border-color: rgb(81,51,45); }
td.TdClassName
{
border-color: #51332D;
}
.TagClassName
{
border-color: #51332D;
}
</style>