Shades of Espresso #46302E
Tints of Espresso #46302E
RGB
CMYK
RGB Variations
Color information
#46302E (or 0x46302E) is known color: Espresso. HEX triplet: 46, 30 and 2E. RGB value is (70,48,46). Sum of RGB (Red+Green+Blue) = 70+48+46=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 70 - color contains mainly: red. Hex color #46302E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46302E is #B9CFD1. Grayscale: #363636. Windows color (decimal): -12177362 or 3027014. OLE color: 3027014.
HSL color Cylindrical-coordinate representation of color #46302E: hue angle of 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 #46302E is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 48 | 46 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.73 |
| HSL | 5º | 0.21% | 0.23% | - |
| HSV(B) | 5º | 0.34% | 0.27% | - |
| XYZ | 4.08 | 3.61 | 3.07 | - |
| YUV | 54.35 | 123.29 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 46 | 0 | 0.31 | 0.34 | 0.73 | 5 | 0.21 | 0.23 |
| Hex | 46 | 30 | 2E | 0 | 1F | 22 | 49 | 5 | 15 | 17 |
| Octal | 106 | 60 | 56 | 0 | 37 | 42 | 111 | 5 | 25 | 27 |
| Binary | 1000110 | 110000 | 101110 | 0 | 11111 | 100010 | 1001001 | 101 | 10101 | 10111 |
Color Harmonies of #46302E
Complementary color
Monochromatic Colors of #46302E
Black with #46302E
Text Example
Text Example
White with #46302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46302E; }
p { color: rgb(70,48,46); }
H1.HeaderClassName
{
color: #46302E;
}
.AnyTagClassName
{
color: #46302E;
}
</style>
background-color css
<style>
a { background-color: #46302E; }
a { background-color: rgb(70,48,46); }
div.DivClassName
{
background-color: #46302E;
}
.BgClassName
{
background-color: #46302E;
}
</style>
border-color css
<style>
span { border-color: #46302E; }
span { border-color: rgb(70,48,46); }
td.TdClassName
{
border-color: #46302E;
}
.TagClassName
{
border-color: #46302E;
}
</style>