Shades of Espresso #442926
Tints of Espresso #442926
RGB
CMYK
RGB Variations
Color information
#442926 (or 0x442926) is known color: Espresso. HEX triplet: 44, 29 and 26. RGB value is (68,41,38). Sum of RGB (Red+Green+Blue) = 68+41+38=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 68 - color contains mainly: red. Hex color #442926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442926 is #BBD6D9. Grayscale: #303030. Windows color (decimal): -12310234 or 2500932. OLE color: 2500932.
HSL color Cylindrical-coordinate representation of color #442926: hue angle of 6º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #442926 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 41 | 38 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.73 |
| HSL | 6º | 0.28% | 0.21% | - |
| HSV(B) | 6º | 0.44% | 0.27% | - |
| XYZ | 3.53 | 2.95 | 2.22 | - |
| YUV | 48.73 | 121.95 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 41 | 38 | 0 | 0.40 | 0.44 | 0.73 | 6 | 0.28 | 0.21 |
| Hex | 44 | 29 | 26 | 0 | 28 | 2C | 49 | 6 | 1C | 15 |
| Octal | 104 | 51 | 46 | 0 | 50 | 54 | 111 | 6 | 34 | 25 |
| Binary | 1000100 | 101001 | 100110 | 0 | 101000 | 101100 | 1001001 | 110 | 11100 | 10101 |
Color Harmonies of #442926
Complementary color
Monochromatic Colors of #442926
Black with #442926
Text Example
Text Example
White with #442926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442926; }
p { color: rgb(68,41,38); }
H1.HeaderClassName
{
color: #442926;
}
.AnyTagClassName
{
color: #442926;
}
</style>
background-color css
<style>
a { background-color: #442926; }
a { background-color: rgb(68,41,38); }
div.DivClassName
{
background-color: #442926;
}
.BgClassName
{
background-color: #442926;
}
</style>
border-color css
<style>
span { border-color: #442926; }
span { border-color: rgb(68,41,38); }
td.TdClassName
{
border-color: #442926;
}
.TagClassName
{
border-color: #442926;
}
</style>