Shades of Espresso #462C2B
Tints of Espresso #462C2B
RGB
CMYK
RGB Variations
Color information
#462C2B (or 0x462C2B) is known color: Espresso. HEX triplet: 46, 2C and 2B. RGB value is (70,44,43). Sum of RGB (Red+Green+Blue) = 70+44+43=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #462C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462C2B is #B9D3D4. Grayscale: #333333. Windows color (decimal): -12178389 or 2829382. OLE color: 2829382.
HSL color Cylindrical-coordinate representation of color #462C2B: hue angle of 2.22º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #462C2B is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 44 | 43 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.73 |
| HSL | 2.22º | 0.24% | 0.22% | - |
| HSV(B) | 2.22º | 0.39% | 0.27% | - |
| XYZ | 3.86 | 3.28 | 2.71 | - |
| YUV | 51.66 | 123.11 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 44 | 43 | 0 | 0.37 | 0.39 | 0.73 | 2.22 | 0.24 | 0.22 |
| Hex | 46 | 2C | 2B | 0 | 25 | 27 | 49 | 2 | 18 | 16 |
| Octal | 106 | 54 | 53 | 0 | 45 | 47 | 111 | 2 | 30 | 26 |
| Binary | 1000110 | 101100 | 101011 | 0 | 100101 | 100111 | 1001001 | 10 | 11000 | 10110 |
Color Harmonies of #462C2B
Complementary color
Monochromatic Colors of #462C2B
Black with #462C2B
Text Example
Text Example
White with #462C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462C2B; }
p { color: rgb(70,44,43); }
H1.HeaderClassName
{
color: #462C2B;
}
.AnyTagClassName
{
color: #462C2B;
}
</style>
background-color css
<style>
a { background-color: #462C2B; }
a { background-color: rgb(70,44,43); }
div.DivClassName
{
background-color: #462C2B;
}
.BgClassName
{
background-color: #462C2B;
}
</style>
border-color css
<style>
span { border-color: #462C2B; }
span { border-color: rgb(70,44,43); }
td.TdClassName
{
border-color: #462C2B;
}
.TagClassName
{
border-color: #462C2B;
}
</style>