Shades of Espresso #462823
Tints of Espresso #462823
RGB
CMYK
RGB Variations
Color information
#462823 (or 0x462823) is known color: Espresso. HEX triplet: 46, 28 and 23. RGB value is (70,40,35). Sum of RGB (Red+Green+Blue) = 70+40+35=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #462823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462823 is #B9D7DC. Grayscale: #303030. Windows color (decimal): -12179421 or 2304070. OLE color: 2304070.
HSL color Cylindrical-coordinate representation of color #462823: hue angle of 8.57º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #462823 is Cyan = 0, Magento = 0.43, Yellow = 0.5 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 40 | 35 | - |
| CMYK | 0 | 0.43 | 0.5 | 0.73 |
| HSL | 8.57º | 0.33% | 0.21% | - |
| HSV(B) | 8.57º | 0.5% | 0.27% | - |
| XYZ | 3.59 | 2.94 | 1.97 | - |
| YUV | 48.4 | 120.44 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 40 | 35 | 0 | 0.43 | 0.5 | 0.73 | 8.57 | 0.33 | 0.21 |
| Hex | 46 | 28 | 23 | 0 | 2B | 32 | 49 | 9 | 21 | 15 |
| Octal | 106 | 50 | 43 | 0 | 53 | 62 | 111 | 11 | 41 | 25 |
| Binary | 1000110 | 101000 | 100011 | 0 | 101011 | 110010 | 1001001 | 1001 | 100001 | 10101 |
Color Harmonies of #462823
Complementary color
Monochromatic Colors of #462823
Black with #462823
Text Example
Text Example
White with #462823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462823; }
p { color: rgb(70,40,35); }
H1.HeaderClassName
{
color: #462823;
}
.AnyTagClassName
{
color: #462823;
}
</style>
background-color css
<style>
a { background-color: #462823; }
a { background-color: rgb(70,40,35); }
div.DivClassName
{
background-color: #462823;
}
.BgClassName
{
background-color: #462823;
}
</style>
border-color css
<style>
span { border-color: #462823; }
span { border-color: rgb(70,40,35); }
td.TdClassName
{
border-color: #462823;
}
.TagClassName
{
border-color: #462823;
}
</style>