Shades of Espresso #462D2A
Tints of Espresso #462D2A
RGB
CMYK
RGB Variations
Color information
#462D2A (or 0x462D2A) is known color: Espresso. HEX triplet: 46, 2D and 2A. RGB value is (70,45,42). Sum of RGB (Red+Green+Blue) = 70+45+42=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #462D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462D2A is #B9D2D5. Grayscale: #343434. Windows color (decimal): -12178134 or 2764102. OLE color: 2764102.
HSL color Cylindrical-coordinate representation of color #462D2A: hue angle of 6.43º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #462D2A is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 45 | 42 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.73 |
| HSL | 6.43º | 0.25% | 0.22% | - |
| HSV(B) | 6.43º | 0.4% | 0.27% | - |
| XYZ | 3.88 | 3.35 | 2.63 | - |
| YUV | 52.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 45 | 42 | 0 | 0.36 | 0.40 | 0.73 | 6.43 | 0.25 | 0.22 |
| Hex | 46 | 2D | 2A | 0 | 24 | 28 | 49 | 6 | 19 | 16 |
| Octal | 106 | 55 | 52 | 0 | 44 | 50 | 111 | 6 | 31 | 26 |
| Binary | 1000110 | 101101 | 101010 | 0 | 100100 | 101000 | 1001001 | 110 | 11001 | 10110 |
Color Harmonies of #462D2A
Complementary color
Monochromatic Colors of #462D2A
Black with #462D2A
Text Example
Text Example
White with #462D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462D2A; }
p { color: rgb(70,45,42); }
H1.HeaderClassName
{
color: #462D2A;
}
.AnyTagClassName
{
color: #462D2A;
}
</style>
background-color css
<style>
a { background-color: #462D2A; }
a { background-color: rgb(70,45,42); }
div.DivClassName
{
background-color: #462D2A;
}
.BgClassName
{
background-color: #462D2A;
}
</style>
border-color css
<style>
span { border-color: #462D2A; }
span { border-color: rgb(70,45,42); }
td.TdClassName
{
border-color: #462D2A;
}
.TagClassName
{
border-color: #462D2A;
}
</style>