Shades of Espresso #462C2C
Tints of Espresso #462C2C
RGB
CMYK
RGB Variations
Color information
#462C2C (or 0x462C2C) is known color: Espresso. HEX triplet: 46, 2C and 2C. RGB value is (70,44,44). Sum of RGB (Red+Green+Blue) = 70+44+44=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 70 - color contains mainly: red. Hex color #462C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462C2C is #B9D3D3. Grayscale: #333333. Windows color (decimal): -12178388 or 2894918. OLE color: 2894918.
HSL color Cylindrical-coordinate representation of color #462C2C: hue angle of 0º 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 #462C2C is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 44 | 44 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.73 |
| HSL | 0º | 0.23% | 0.22% | - |
| HSV(B) | 0º | 0.37% | 0.27% | - |
| XYZ | 3.88 | 3.29 | 2.81 | - |
| YUV | 51.77 | 123.61 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 44 | 44 | 0 | 0.37 | 0.37 | 0.73 | 0 | 0.23 | 0.22 |
| Hex | 46 | 2C | 2C | 0 | 25 | 25 | 49 | 0 | 17 | 16 |
| Octal | 106 | 54 | 54 | 0 | 45 | 45 | 111 | 0 | 27 | 26 |
| Binary | 1000110 | 101100 | 101100 | 0 | 100101 | 100101 | 1001001 | 0 | 10111 | 10110 |
Color Harmonies of #462C2C
Complementary color
Monochromatic Colors of #462C2C
Black with #462C2C
Text Example
Text Example
White with #462C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462C2C; }
p { color: rgb(70,44,44); }
H1.HeaderClassName
{
color: #462C2C;
}
.AnyTagClassName
{
color: #462C2C;
}
</style>
background-color css
<style>
a { background-color: #462C2C; }
a { background-color: rgb(70,44,44); }
div.DivClassName
{
background-color: #462C2C;
}
.BgClassName
{
background-color: #462C2C;
}
</style>
border-color css
<style>
span { border-color: #462C2C; }
span { border-color: rgb(70,44,44); }
td.TdClassName
{
border-color: #462C2C;
}
.TagClassName
{
border-color: #462C2C;
}
</style>