Shades of Espresso #462A24
Tints of Espresso #462A24
RGB
CMYK
RGB Variations
Color information
#462A24 (or 0x462A24) is known color: Espresso. HEX triplet: 46, 2A and 24. RGB value is (70,42,36). Sum of RGB (Red+Green+Blue) = 70+42+36=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 42 (16.80% from 255 or 28.38% from 148); Blue value is 36 (14.45% from 255 or 24.32% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #462A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462A24 is #B9D5DB. Grayscale: #313131. Windows color (decimal): -12178908 or 2370118. OLE color: 2370118.
HSL color Cylindrical-coordinate representation of color #462A24: hue angle of 10.59º 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 #462A24 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 42 | 36 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.73 |
| HSL | 10.59º | 0.32% | 0.21% | - |
| HSV(B) | 10.59º | 0.49% | 0.27% | - |
| XYZ | 3.67 | 3.09 | 2.07 | - |
| YUV | 49.69 | 120.28 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 42 | 36 | 0 | 0.40 | 0.49 | 0.73 | 10.59 | 0.32 | 0.21 |
| Hex | 46 | 2A | 24 | 0 | 28 | 31 | 49 | B | 20 | 15 |
| Octal | 106 | 52 | 44 | 0 | 50 | 61 | 111 | 13 | 40 | 25 |
| Binary | 1000110 | 101010 | 100100 | 0 | 101000 | 110001 | 1001001 | 1011 | 100000 | 10101 |
Color Harmonies of #462A24
Complementary color
Monochromatic Colors of #462A24
Black with #462A24
Text Example
Text Example
White with #462A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462A24; }
p { color: rgb(70,42,36); }
H1.HeaderClassName
{
color: #462A24;
}
.AnyTagClassName
{
color: #462A24;
}
</style>
background-color css
<style>
a { background-color: #462A24; }
a { background-color: rgb(70,42,36); }
div.DivClassName
{
background-color: #462A24;
}
.BgClassName
{
background-color: #462A24;
}
</style>
border-color css
<style>
span { border-color: #462A24; }
span { border-color: rgb(70,42,36); }
td.TdClassName
{
border-color: #462A24;
}
.TagClassName
{
border-color: #462A24;
}
</style>