Shades of Espresso #442C2A
Tints of Espresso #442C2A
RGB
CMYK
RGB Variations
Color information
#442C2A (or 0x442C2A) is known color: Espresso. HEX triplet: 44, 2C and 2A. RGB value is (68,44,42). Sum of RGB (Red+Green+Blue) = 68+44+42=154 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.16% from 154); Green value is 44 (17.58% from 255 or 28.57% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 68 - color contains mainly: red. Hex color #442C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442C2A is #BBD3D5. Grayscale: #323232. Windows color (decimal): -12309462 or 2763844. OLE color: 2763844.
HSL color Cylindrical-coordinate representation of color #442C2A: hue angle of 4.62º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #442C2A is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 44 | 42 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.73 |
| HSL | 4.62º | 0.24% | 0.22% | - |
| HSV(B) | 4.62º | 0.38% | 0.27% | - |
| XYZ | 3.7 | 3.2 | 2.61 | - |
| YUV | 50.95 | 122.95 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 44 | 42 | 0 | 0.35 | 0.38 | 0.73 | 4.62 | 0.24 | 0.22 |
| Hex | 44 | 2C | 2A | 0 | 23 | 26 | 49 | 5 | 18 | 16 |
| Octal | 104 | 54 | 52 | 0 | 43 | 46 | 111 | 5 | 30 | 26 |
| Binary | 1000100 | 101100 | 101010 | 0 | 100011 | 100110 | 1001001 | 101 | 11000 | 10110 |
Color Harmonies of #442C2A
Complementary color
Monochromatic Colors of #442C2A
Black with #442C2A
Text Example
Text Example
White with #442C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442C2A; }
p { color: rgb(68,44,42); }
H1.HeaderClassName
{
color: #442C2A;
}
.AnyTagClassName
{
color: #442C2A;
}
</style>
background-color css
<style>
a { background-color: #442C2A; }
a { background-color: rgb(68,44,42); }
div.DivClassName
{
background-color: #442C2A;
}
.BgClassName
{
background-color: #442C2A;
}
</style>
border-color css
<style>
span { border-color: #442C2A; }
span { border-color: rgb(68,44,42); }
td.TdClassName
{
border-color: #442C2A;
}
.TagClassName
{
border-color: #442C2A;
}
</style>