Shades of Espresso #462323
Tints of Espresso #462323
RGB
CMYK
RGB Variations
Color information
#462323 (or 0x462323) is known color: Espresso. HEX triplet: 46, 23 and 23. RGB value is (70,35,35). Sum of RGB (Red+Green+Blue) = 70+35+35=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 35 (14.06% from 255 or 25% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #462323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462323 is #B9DCDC. Grayscale: #2D2D2D. Windows color (decimal): -12180701 or 2302790. OLE color: 2302790.
HSL color Cylindrical-coordinate representation of color #462323: hue angle of 0º 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 #462323 is Cyan = 0, Magento = 0.5, Yellow = 0.5 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 35 | 35 | - |
| CMYK | 0 | 0.5 | 0.5 | 0.73 |
| HSL | 0º | 0.33% | 0.21% | - |
| HSV(B) | 0º | 0.5% | 0.27% | - |
| XYZ | 3.43 | 2.63 | 1.92 | - |
| YUV | 45.47 | 122.1 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 35 | 35 | 0 | 0.5 | 0.5 | 0.73 | 0 | 0.33 | 0.21 |
| Hex | 46 | 23 | 23 | 0 | 32 | 32 | 49 | 0 | 21 | 15 |
| Octal | 106 | 43 | 43 | 0 | 62 | 62 | 111 | 0 | 41 | 25 |
| Binary | 1000110 | 100011 | 100011 | 0 | 110010 | 110010 | 1001001 | 0 | 100001 | 10101 |
Color Harmonies of #462323
Complementary color
Monochromatic Colors of #462323
Black with #462323
Text Example
Text Example
White with #462323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462323; }
p { color: rgb(70,35,35); }
H1.HeaderClassName
{
color: #462323;
}
.AnyTagClassName
{
color: #462323;
}
</style>
background-color css
<style>
a { background-color: #462323; }
a { background-color: rgb(70,35,35); }
div.DivClassName
{
background-color: #462323;
}
.BgClassName
{
background-color: #462323;
}
</style>
border-color css
<style>
span { border-color: #462323; }
span { border-color: rgb(70,35,35); }
td.TdClassName
{
border-color: #462323;
}
.TagClassName
{
border-color: #462323;
}
</style>