Shades of Espresso #462924
Tints of Espresso #462924
RGB
CMYK
RGB Variations
Color information
#462924 (or 0x462924) is known color: Espresso. HEX triplet: 46, 29 and 24. RGB value is (70,41,36). Sum of RGB (Red+Green+Blue) = 70+41+36=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #462924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462924 is #B9D6DB. Grayscale: #313131. Windows color (decimal): -12179164 or 2369862. OLE color: 2369862.
HSL color Cylindrical-coordinate representation of color #462924: hue angle of 8.82º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #462924 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 41 | 36 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.73 |
| HSL | 8.82º | 0.32% | 0.21% | - |
| HSV(B) | 8.82º | 0.49% | 0.27% | - |
| XYZ | 3.64 | 3.02 | 2.06 | - |
| YUV | 49.1 | 120.61 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 41 | 36 | 0 | 0.41 | 0.49 | 0.73 | 8.82 | 0.32 | 0.21 |
| Hex | 46 | 29 | 24 | 0 | 29 | 31 | 49 | 9 | 20 | 15 |
| Octal | 106 | 51 | 44 | 0 | 51 | 61 | 111 | 11 | 40 | 25 |
| Binary | 1000110 | 101001 | 100100 | 0 | 101001 | 110001 | 1001001 | 1001 | 100000 | 10101 |
Color Harmonies of #462924
Complementary color
Monochromatic Colors of #462924
Black with #462924
Text Example
Text Example
White with #462924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462924; }
p { color: rgb(70,41,36); }
H1.HeaderClassName
{
color: #462924;
}
.AnyTagClassName
{
color: #462924;
}
</style>
background-color css
<style>
a { background-color: #462924; }
a { background-color: rgb(70,41,36); }
div.DivClassName
{
background-color: #462924;
}
.BgClassName
{
background-color: #462924;
}
</style>
border-color css
<style>
span { border-color: #462924; }
span { border-color: rgb(70,41,36); }
td.TdClassName
{
border-color: #462924;
}
.TagClassName
{
border-color: #462924;
}
</style>