Shades of Espresso #462E2B
Tints of Espresso #462E2B
RGB
CMYK
RGB Variations
Color information
#462E2B (or 0x462E2B) is known color: Espresso. HEX triplet: 46, 2E and 2B. RGB value is (70,46,43). Sum of RGB (Red+Green+Blue) = 70+46+43=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 70 - color contains mainly: red. Hex color #462E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462E2B is #B9D1D4. Grayscale: #343434. Windows color (decimal): -12177877 or 2829894. OLE color: 2829894.
HSL color Cylindrical-coordinate representation of color #462E2B: hue angle of 6.67º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #462E2B is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 46 | 43 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.73 |
| HSL | 6.67º | 0.24% | 0.22% | - |
| HSV(B) | 6.67º | 0.39% | 0.27% | - |
| XYZ | 3.94 | 3.43 | 2.74 | - |
| YUV | 52.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 46 | 43 | 0 | 0.34 | 0.39 | 0.73 | 6.67 | 0.24 | 0.22 |
| Hex | 46 | 2E | 2B | 0 | 22 | 27 | 49 | 7 | 18 | 16 |
| Octal | 106 | 56 | 53 | 0 | 42 | 47 | 111 | 7 | 30 | 26 |
| Binary | 1000110 | 101110 | 101011 | 0 | 100010 | 100111 | 1001001 | 111 | 11000 | 10110 |
Color Harmonies of #462E2B
Complementary color
Monochromatic Colors of #462E2B
Black with #462E2B
Text Example
Text Example
White with #462E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462E2B; }
p { color: rgb(70,46,43); }
H1.HeaderClassName
{
color: #462E2B;
}
.AnyTagClassName
{
color: #462E2B;
}
</style>
background-color css
<style>
a { background-color: #462E2B; }
a { background-color: rgb(70,46,43); }
div.DivClassName
{
background-color: #462E2B;
}
.BgClassName
{
background-color: #462E2B;
}
</style>
border-color css
<style>
span { border-color: #462E2B; }
span { border-color: rgb(70,46,43); }
td.TdClassName
{
border-color: #462E2B;
}
.TagClassName
{
border-color: #462E2B;
}
</style>