Shades of Espresso #462E2D
Tints of Espresso #462E2D
RGB
CMYK
RGB Variations
Color information
#462E2D (or 0x462E2D) is known color: Espresso. HEX triplet: 46, 2E and 2D. RGB value is (70,46,45). Sum of RGB (Red+Green+Blue) = 70+46+45=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 70 - color contains mainly: red. Hex color #462E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462E2D is #B9D1D2. Grayscale: #353535. Windows color (decimal): -12177875 or 2960966. OLE color: 2960966.
HSL color Cylindrical-coordinate representation of color #462E2D: hue angle of 2.4º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #462E2D is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 46 | 45 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.73 |
| HSL | 2.4º | 0.22% | 0.23% | - |
| HSV(B) | 2.4º | 0.36% | 0.27% | - |
| XYZ | 3.98 | 3.45 | 2.94 | - |
| YUV | 53.06 | 123.45 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 46 | 45 | 0 | 0.34 | 0.36 | 0.73 | 2.4 | 0.22 | 0.23 |
| Hex | 46 | 2E | 2D | 0 | 22 | 24 | 49 | 2 | 16 | 17 |
| Octal | 106 | 56 | 55 | 0 | 42 | 44 | 111 | 2 | 26 | 27 |
| Binary | 1000110 | 101110 | 101101 | 0 | 100010 | 100100 | 1001001 | 10 | 10110 | 10111 |
Color Harmonies of #462E2D
Complementary color
Monochromatic Colors of #462E2D
Black with #462E2D
Text Example
Text Example
White with #462E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462E2D; }
p { color: rgb(70,46,45); }
H1.HeaderClassName
{
color: #462E2D;
}
.AnyTagClassName
{
color: #462E2D;
}
</style>
background-color css
<style>
a { background-color: #462E2D; }
a { background-color: rgb(70,46,45); }
div.DivClassName
{
background-color: #462E2D;
}
.BgClassName
{
background-color: #462E2D;
}
</style>
border-color css
<style>
span { border-color: #462E2D; }
span { border-color: rgb(70,46,45); }
td.TdClassName
{
border-color: #462E2D;
}
.TagClassName
{
border-color: #462E2D;
}
</style>