Shades of Espresso #442624
Tints of Espresso #442624
RGB
CMYK
RGB Variations
Color information
#442624 (or 0x442624) is known color: Espresso. HEX triplet: 44, 26 and 24. RGB value is (68,38,36). Sum of RGB (Red+Green+Blue) = 68+38+36=142 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.89% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 68 - color contains mainly: red. Hex color #442624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442624 is #BBD9DB. Grayscale: #2E2E2E. Windows color (decimal): -12311004 or 2369092. OLE color: 2369092.
HSL color Cylindrical-coordinate representation of color #442624: hue angle of 3.75º 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 #442624 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 38 | 36 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.73 |
| HSL | 3.75º | 0.31% | 0.2% | - |
| HSV(B) | 3.75º | 0.47% | 0.27% | - |
| XYZ | 3.4 | 2.74 | 2.02 | - |
| YUV | 46.74 | 121.94 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 38 | 36 | 0 | 0.44 | 0.47 | 0.73 | 3.75 | 0.31 | 0.2 |
| Hex | 44 | 26 | 24 | 0 | 2C | 2F | 49 | 4 | 1F | 14 |
| Octal | 104 | 46 | 44 | 0 | 54 | 57 | 111 | 4 | 37 | 24 |
| Binary | 1000100 | 100110 | 100100 | 0 | 101100 | 101111 | 1001001 | 100 | 11111 | 10100 |
Color Harmonies of #442624
Complementary color
Monochromatic Colors of #442624
Black with #442624
Text Example
Text Example
White with #442624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442624; }
p { color: rgb(68,38,36); }
H1.HeaderClassName
{
color: #442624;
}
.AnyTagClassName
{
color: #442624;
}
</style>
background-color css
<style>
a { background-color: #442624; }
a { background-color: rgb(68,38,36); }
div.DivClassName
{
background-color: #442624;
}
.BgClassName
{
background-color: #442624;
}
</style>
border-color css
<style>
span { border-color: #442624; }
span { border-color: rgb(68,38,36); }
td.TdClassName
{
border-color: #442624;
}
.TagClassName
{
border-color: #442624;
}
</style>