Shades of Espresso #462E2E
Tints of Espresso #462E2E
RGB
CMYK
RGB Variations
Color information
#462E2E (or 0x462E2E) is known color: Espresso. HEX triplet: 46, 2E and 2E. RGB value is (70,46,46). Sum of RGB (Red+Green+Blue) = 70+46+46=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #462E2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462E2E is #B9D1D1. Grayscale: #353535. Windows color (decimal): -12177874 or 3026502. OLE color: 3026502.
HSL color Cylindrical-coordinate representation of color #462E2E: hue angle of 0º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #462E2E is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 46 | 46 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.73 |
| HSL | 0º | 0.21% | 0.23% | - |
| HSV(B) | 0º | 0.34% | 0.27% | - |
| XYZ | 4 | 3.45 | 3.04 | - |
| YUV | 53.18 | 123.95 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 46 | 46 | 0 | 0.34 | 0.34 | 0.73 | 0 | 0.21 | 0.23 |
| Hex | 46 | 2E | 2E | 0 | 22 | 22 | 49 | 0 | 15 | 17 |
| Octal | 106 | 56 | 56 | 0 | 42 | 42 | 111 | 0 | 25 | 27 |
| Binary | 1000110 | 101110 | 101110 | 0 | 100010 | 100010 | 1001001 | 0 | 10101 | 10111 |
Color Harmonies of #462E2E
Complementary color
Monochromatic Colors of #462E2E
Black with #462E2E
Text Example
Text Example
White with #462E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462E2E; }
p { color: rgb(70,46,46); }
H1.HeaderClassName
{
color: #462E2E;
}
.AnyTagClassName
{
color: #462E2E;
}
</style>
background-color css
<style>
a { background-color: #462E2E; }
a { background-color: rgb(70,46,46); }
div.DivClassName
{
background-color: #462E2E;
}
.BgClassName
{
background-color: #462E2E;
}
</style>
border-color css
<style>
span { border-color: #462E2E; }
span { border-color: rgb(70,46,46); }
td.TdClassName
{
border-color: #462E2E;
}
.TagClassName
{
border-color: #462E2E;
}
</style>