Shades of Espresso #462D2C
Tints of Espresso #462D2C
RGB
CMYK
RGB Variations
Color information
#462D2C (or 0x462D2C) is known color: Espresso. HEX triplet: 46, 2D and 2C. RGB value is (70,45,44). Sum of RGB (Red+Green+Blue) = 70+45+44=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 70 - color contains mainly: red. Hex color #462D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462D2C is #B9D2D3. Grayscale: #343434. Windows color (decimal): -12178132 or 2895174. OLE color: 2895174.
HSL color Cylindrical-coordinate representation of color #462D2C: hue angle of 2.31º 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 #462D2C is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 45 | 44 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.73 |
| HSL | 2.31º | 0.23% | 0.22% | - |
| HSV(B) | 2.31º | 0.37% | 0.27% | - |
| XYZ | 3.92 | 3.36 | 2.83 | - |
| YUV | 52.36 | 123.28 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 45 | 44 | 0 | 0.36 | 0.37 | 0.73 | 2.31 | 0.23 | 0.22 |
| Hex | 46 | 2D | 2C | 0 | 24 | 25 | 49 | 2 | 17 | 16 |
| Octal | 106 | 55 | 54 | 0 | 44 | 45 | 111 | 2 | 27 | 26 |
| Binary | 1000110 | 101101 | 101100 | 0 | 100100 | 100101 | 1001001 | 10 | 10111 | 10110 |
Color Harmonies of #462D2C
Complementary color
Monochromatic Colors of #462D2C
Black with #462D2C
Text Example
Text Example
White with #462D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462D2C; }
p { color: rgb(70,45,44); }
H1.HeaderClassName
{
color: #462D2C;
}
.AnyTagClassName
{
color: #462D2C;
}
</style>
background-color css
<style>
a { background-color: #462D2C; }
a { background-color: rgb(70,45,44); }
div.DivClassName
{
background-color: #462D2C;
}
.BgClassName
{
background-color: #462D2C;
}
</style>
border-color css
<style>
span { border-color: #462D2C; }
span { border-color: rgb(70,45,44); }
td.TdClassName
{
border-color: #462D2C;
}
.TagClassName
{
border-color: #462D2C;
}
</style>