Shades of Espresso #462F2C
Tints of Espresso #462F2C
RGB
CMYK
RGB Variations
Color information
#462F2C (or 0x462F2C) is known color: Espresso. HEX triplet: 46, 2F and 2C. RGB value is (70,47,44). Sum of RGB (Red+Green+Blue) = 70+47+44=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 70 - color contains mainly: red. Hex color #462F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462F2C is #B9D0D3. Grayscale: #353535. Windows color (decimal): -12177620 or 2895686. OLE color: 2895686.
HSL color Cylindrical-coordinate representation of color #462F2C: hue angle of 6.92º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #462F2C is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 47 | 44 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.73 |
| HSL | 6.92º | 0.23% | 0.22% | - |
| HSV(B) | 6.92º | 0.37% | 0.27% | - |
| XYZ | 4 | 3.52 | 2.85 | - |
| YUV | 53.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 47 | 44 | 0 | 0.33 | 0.37 | 0.73 | 6.92 | 0.23 | 0.22 |
| Hex | 46 | 2F | 2C | 0 | 21 | 25 | 49 | 7 | 17 | 16 |
| Octal | 106 | 57 | 54 | 0 | 41 | 45 | 111 | 7 | 27 | 26 |
| Binary | 1000110 | 101111 | 101100 | 0 | 100001 | 100101 | 1001001 | 111 | 10111 | 10110 |
Color Harmonies of #462F2C
Complementary color
Monochromatic Colors of #462F2C
Black with #462F2C
Text Example
Text Example
White with #462F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462F2C; }
p { color: rgb(70,47,44); }
H1.HeaderClassName
{
color: #462F2C;
}
.AnyTagClassName
{
color: #462F2C;
}
</style>
background-color css
<style>
a { background-color: #462F2C; }
a { background-color: rgb(70,47,44); }
div.DivClassName
{
background-color: #462F2C;
}
.BgClassName
{
background-color: #462F2C;
}
</style>
border-color css
<style>
span { border-color: #462F2C; }
span { border-color: rgb(70,47,44); }
td.TdClassName
{
border-color: #462F2C;
}
.TagClassName
{
border-color: #462F2C;
}
</style>