Shades of Espresso #462824
Tints of Espresso #462824
RGB
CMYK
RGB Variations
Color information
#462824 (or 0x462824) is known color: Espresso. HEX triplet: 46, 28 and 24. RGB value is (70,40,36). Sum of RGB (Red+Green+Blue) = 70+40+36=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #462824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462824 is #B9D7DB. Grayscale: #303030. Windows color (decimal): -12179420 or 2369606. OLE color: 2369606.
HSL color Cylindrical-coordinate representation of color #462824: hue angle of 7.06º 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 #462824 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 40 | 36 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.73 |
| HSL | 7.06º | 0.32% | 0.21% | - |
| HSV(B) | 7.06º | 0.49% | 0.27% | - |
| XYZ | 3.6 | 2.95 | 2.05 | - |
| YUV | 48.51 | 120.94 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 40 | 36 | 0 | 0.43 | 0.49 | 0.73 | 7.06 | 0.32 | 0.21 |
| Hex | 46 | 28 | 24 | 0 | 2B | 31 | 49 | 7 | 20 | 15 |
| Octal | 106 | 50 | 44 | 0 | 53 | 61 | 111 | 7 | 40 | 25 |
| Binary | 1000110 | 101000 | 100100 | 0 | 101011 | 110001 | 1001001 | 111 | 100000 | 10101 |
Color Harmonies of #462824
Complementary color
Monochromatic Colors of #462824
Black with #462824
Text Example
Text Example
White with #462824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462824; }
p { color: rgb(70,40,36); }
H1.HeaderClassName
{
color: #462824;
}
.AnyTagClassName
{
color: #462824;
}
</style>
background-color css
<style>
a { background-color: #462824; }
a { background-color: rgb(70,40,36); }
div.DivClassName
{
background-color: #462824;
}
.BgClassName
{
background-color: #462824;
}
</style>
border-color css
<style>
span { border-color: #462824; }
span { border-color: rgb(70,40,36); }
td.TdClassName
{
border-color: #462824;
}
.TagClassName
{
border-color: #462824;
}
</style>