Shades of Espresso #462622
Tints of Espresso #462622
RGB
CMYK
RGB Variations
Color information
#462622 (or 0x462622) is known color: Espresso. HEX triplet: 46, 26 and 22. RGB value is (70,38,34). Sum of RGB (Red+Green+Blue) = 70+38+34=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #462622 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462622 is #B9D9DD. Grayscale: #2F2F2F. Windows color (decimal): -12179934 or 2238022. OLE color: 2238022.
HSL color Cylindrical-coordinate representation of color #462622: hue angle of 6.67º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #462622 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 38 | 34 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.73 |
| HSL | 6.67º | 0.35% | 0.2% | - |
| HSV(B) | 6.67º | 0.51% | 0.27% | - |
| XYZ | 3.51 | 2.8 | 1.87 | - |
| YUV | 47.11 | 120.6 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 38 | 34 | 0 | 0.46 | 0.51 | 0.73 | 6.67 | 0.35 | 0.2 |
| Hex | 46 | 26 | 22 | 0 | 2E | 33 | 49 | 7 | 23 | 14 |
| Octal | 106 | 46 | 42 | 0 | 56 | 63 | 111 | 7 | 43 | 24 |
| Binary | 1000110 | 100110 | 100010 | 0 | 101110 | 110011 | 1001001 | 111 | 100011 | 10100 |
Color Harmonies of #462622
Complementary color
Monochromatic Colors of #462622
Black with #462622
Text Example
Text Example
White with #462622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462622; }
p { color: rgb(70,38,34); }
H1.HeaderClassName
{
color: #462622;
}
.AnyTagClassName
{
color: #462622;
}
</style>
background-color css
<style>
a { background-color: #462622; }
a { background-color: rgb(70,38,34); }
div.DivClassName
{
background-color: #462622;
}
.BgClassName
{
background-color: #462622;
}
</style>
border-color css
<style>
span { border-color: #462622; }
span { border-color: rgb(70,38,34); }
td.TdClassName
{
border-color: #462622;
}
.TagClassName
{
border-color: #462622;
}
</style>