Shades of Espresso #442824
Tints of Espresso #442824
RGB
CMYK
RGB Variations
Color information
#442824 (or 0x442824) is known color: Espresso. HEX triplet: 44, 28 and 24. RGB value is (68,40,36). Sum of RGB (Red+Green+Blue) = 68+40+36=144 (19% of max value = 765). Red value is 68 (26.95% from 255 or 47.22% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 36 (14.45% from 255 or 25% from 144); Max value from RGB is 68 - color contains mainly: red. Hex color #442824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442824 is #BBD7DB. Grayscale: #2F2F2F. Windows color (decimal): -12310492 or 2369604. OLE color: 2369604.
HSL color Cylindrical-coordinate representation of color #442824: hue angle of 7.5º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #442824 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 40 | 36 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.73 |
| HSL | 7.5º | 0.31% | 0.2% | - |
| HSV(B) | 7.5º | 0.47% | 0.27% | - |
| XYZ | 3.46 | 2.87 | 2.04 | - |
| YUV | 47.92 | 121.28 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 40 | 36 | 0 | 0.41 | 0.47 | 0.73 | 7.5 | 0.31 | 0.2 |
| Hex | 44 | 28 | 24 | 0 | 29 | 2F | 49 | 8 | 1F | 14 |
| Octal | 104 | 50 | 44 | 0 | 51 | 57 | 111 | 10 | 37 | 24 |
| Binary | 1000100 | 101000 | 100100 | 0 | 101001 | 101111 | 1001001 | 1000 | 11111 | 10100 |
Color Harmonies of #442824
Complementary color
Monochromatic Colors of #442824
Black with #442824
Text Example
Text Example
White with #442824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442824; }
p { color: rgb(68,40,36); }
H1.HeaderClassName
{
color: #442824;
}
.AnyTagClassName
{
color: #442824;
}
</style>
background-color css
<style>
a { background-color: #442824; }
a { background-color: rgb(68,40,36); }
div.DivClassName
{
background-color: #442824;
}
.BgClassName
{
background-color: #442824;
}
</style>
border-color css
<style>
span { border-color: #442824; }
span { border-color: rgb(68,40,36); }
td.TdClassName
{
border-color: #442824;
}
.TagClassName
{
border-color: #442824;
}
</style>