Shades of Espresso #462F2E
Tints of Espresso #462F2E
RGB
CMYK
RGB Variations
Color information
#462F2E (or 0x462F2E) is known color: Espresso. HEX triplet: 46, 2F and 2E. RGB value is (70,47,46). Sum of RGB (Red+Green+Blue) = 70+47+46=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 70 - color contains mainly: red. Hex color #462F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462F2E is #B9D0D1. Grayscale: #353535. Windows color (decimal): -12177618 or 3026758. OLE color: 3026758.
HSL color Cylindrical-coordinate representation of color #462F2E: hue angle of 2.5º 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 #462F2E is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 47 | 46 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.73 |
| HSL | 2.5º | 0.21% | 0.23% | - |
| HSV(B) | 2.5º | 0.34% | 0.27% | - |
| XYZ | 4.04 | 3.53 | 3.05 | - |
| YUV | 53.76 | 123.62 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 47 | 46 | 0 | 0.33 | 0.34 | 0.73 | 2.5 | 0.21 | 0.23 |
| Hex | 46 | 2F | 2E | 0 | 21 | 22 | 49 | 2 | 15 | 17 |
| Octal | 106 | 57 | 56 | 0 | 41 | 42 | 111 | 2 | 25 | 27 |
| Binary | 1000110 | 101111 | 101110 | 0 | 100001 | 100010 | 1001001 | 10 | 10101 | 10111 |
Color Harmonies of #462F2E
Complementary color
Monochromatic Colors of #462F2E
Black with #462F2E
Text Example
Text Example
White with #462F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462F2E; }
p { color: rgb(70,47,46); }
H1.HeaderClassName
{
color: #462F2E;
}
.AnyTagClassName
{
color: #462F2E;
}
</style>
background-color css
<style>
a { background-color: #462F2E; }
a { background-color: rgb(70,47,46); }
div.DivClassName
{
background-color: #462F2E;
}
.BgClassName
{
background-color: #462F2E;
}
</style>
border-color css
<style>
span { border-color: #462F2E; }
span { border-color: rgb(70,47,46); }
td.TdClassName
{
border-color: #462F2E;
}
.TagClassName
{
border-color: #462F2E;
}
</style>