Shades of Espresso #442E2D
Tints of Espresso #442E2D
RGB
CMYK
RGB Variations
Color information
#442E2D (or 0x442E2D) is known color: Espresso. HEX triplet: 44, 2E and 2D. RGB value is (68,46,45). Sum of RGB (Red+Green+Blue) = 68+46+45=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 68 - color contains mainly: red. Hex color #442E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442E2D is #BBD1D2. Grayscale: #343434. Windows color (decimal): -12308947 or 2960964. OLE color: 2960964.
HSL color Cylindrical-coordinate representation of color #442E2D: hue angle of 2.61º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #442E2D is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 46 | 45 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.73 |
| HSL | 2.61º | 0.2% | 0.22% | - |
| HSV(B) | 2.61º | 0.34% | 0.27% | - |
| XYZ | 3.83 | 3.37 | 2.93 | - |
| YUV | 52.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 46 | 45 | 0 | 0.32 | 0.34 | 0.73 | 2.61 | 0.2 | 0.22 |
| Hex | 44 | 2E | 2D | 0 | 20 | 22 | 49 | 3 | 14 | 16 |
| Octal | 104 | 56 | 55 | 0 | 40 | 42 | 111 | 3 | 24 | 26 |
| Binary | 1000100 | 101110 | 101101 | 0 | 100000 | 100010 | 1001001 | 11 | 10100 | 10110 |
Color Harmonies of #442E2D
Complementary color
Monochromatic Colors of #442E2D
Black with #442E2D
Text Example
Text Example
White with #442E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442E2D; }
p { color: rgb(68,46,45); }
H1.HeaderClassName
{
color: #442E2D;
}
.AnyTagClassName
{
color: #442E2D;
}
</style>
background-color css
<style>
a { background-color: #442E2D; }
a { background-color: rgb(68,46,45); }
div.DivClassName
{
background-color: #442E2D;
}
.BgClassName
{
background-color: #442E2D;
}
</style>
border-color css
<style>
span { border-color: #442E2D; }
span { border-color: rgb(68,46,45); }
td.TdClassName
{
border-color: #442E2D;
}
.TagClassName
{
border-color: #442E2D;
}
</style>