Shades of Espresso #442A29
Tints of Espresso #442A29
RGB
CMYK
RGB Variations
Color information
#442A29 (or 0x442A29) is known color: Espresso. HEX triplet: 44, 2A and 29. RGB value is (68,42,41). Sum of RGB (Red+Green+Blue) = 68+42+41=151 (20% of max value = 765). Red value is 68 (26.95% from 255 or 45.03% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 68 - color contains mainly: red. Hex color #442A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442A29 is #BBD5D6. Grayscale: #313131. Windows color (decimal): -12309975 or 2697796. OLE color: 2697796.
HSL color Cylindrical-coordinate representation of color #442A29: hue angle of 2.22º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #442A29 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 42 | 41 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.73 |
| HSL | 2.22º | 0.25% | 0.21% | - |
| HSV(B) | 2.22º | 0.4% | 0.27% | - |
| XYZ | 3.61 | 3.04 | 2.5 | - |
| YUV | 49.66 | 123.11 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 41 | 0 | 0.38 | 0.40 | 0.73 | 2.22 | 0.25 | 0.21 |
| Hex | 44 | 2A | 29 | 0 | 26 | 28 | 49 | 2 | 19 | 15 |
| Octal | 104 | 52 | 51 | 0 | 46 | 50 | 111 | 2 | 31 | 25 |
| Binary | 1000100 | 101010 | 101001 | 0 | 100110 | 101000 | 1001001 | 10 | 11001 | 10101 |
Color Harmonies of #442A29
Complementary color
Monochromatic Colors of #442A29
Black with #442A29
Text Example
Text Example
White with #442A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442A29; }
p { color: rgb(68,42,41); }
H1.HeaderClassName
{
color: #442A29;
}
.AnyTagClassName
{
color: #442A29;
}
</style>
background-color css
<style>
a { background-color: #442A29; }
a { background-color: rgb(68,42,41); }
div.DivClassName
{
background-color: #442A29;
}
.BgClassName
{
background-color: #442A29;
}
</style>
border-color css
<style>
span { border-color: #442A29; }
span { border-color: rgb(68,42,41); }
td.TdClassName
{
border-color: #442A29;
}
.TagClassName
{
border-color: #442A29;
}
</style>