Shades of Espresso #462D2B
Tints of Espresso #462D2B
RGB
CMYK
RGB Variations
Color information
#462D2B (or 0x462D2B) is known color: Espresso. HEX triplet: 46, 2D and 2B. RGB value is (70,45,43). Sum of RGB (Red+Green+Blue) = 70+45+43=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 70 - color contains mainly: red. Hex color #462D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462D2B is #B9D2D4. Grayscale: #343434. Windows color (decimal): -12178133 or 2829638. OLE color: 2829638.
HSL color Cylindrical-coordinate representation of color #462D2B: hue angle of 4.44º 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 #462D2B is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 45 | 43 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.73 |
| HSL | 4.44º | 0.24% | 0.22% | - |
| HSV(B) | 4.44º | 0.39% | 0.27% | - |
| XYZ | 3.9 | 3.35 | 2.73 | - |
| YUV | 52.25 | 122.78 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 45 | 43 | 0 | 0.36 | 0.39 | 0.73 | 4.44 | 0.24 | 0.22 |
| Hex | 46 | 2D | 2B | 0 | 24 | 27 | 49 | 4 | 18 | 16 |
| Octal | 106 | 55 | 53 | 0 | 44 | 47 | 111 | 4 | 30 | 26 |
| Binary | 1000110 | 101101 | 101011 | 0 | 100100 | 100111 | 1001001 | 100 | 11000 | 10110 |
Color Harmonies of #462D2B
Complementary color
Monochromatic Colors of #462D2B
Black with #462D2B
Text Example
Text Example
White with #462D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462D2B; }
p { color: rgb(70,45,43); }
H1.HeaderClassName
{
color: #462D2B;
}
.AnyTagClassName
{
color: #462D2B;
}
</style>
background-color css
<style>
a { background-color: #462D2B; }
a { background-color: rgb(70,45,43); }
div.DivClassName
{
background-color: #462D2B;
}
.BgClassName
{
background-color: #462D2B;
}
</style>
border-color css
<style>
span { border-color: #462D2B; }
span { border-color: rgb(70,45,43); }
td.TdClassName
{
border-color: #462D2B;
}
.TagClassName
{
border-color: #462D2B;
}
</style>