Shades of Espresso #442B2A
Tints of Espresso #442B2A
RGB
CMYK
RGB Variations
Color information
#442B2A (or 0x442B2A) is known color: Espresso. HEX triplet: 44, 2B and 2A. RGB value is (68,43,42). Sum of RGB (Red+Green+Blue) = 68+43+42=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 43 (17.19% from 255 or 28.10% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 68 - color contains mainly: red. Hex color #442B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442B2A is #BBD4D5. Grayscale: #323232. Windows color (decimal): -12309718 or 2763588. OLE color: 2763588.
HSL color Cylindrical-coordinate representation of color #442B2A: hue angle of 2.31º 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 #442B2A is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 43 | 42 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.73 |
| HSL | 2.31º | 0.24% | 0.22% | - |
| HSV(B) | 2.31º | 0.38% | 0.27% | - |
| XYZ | 3.67 | 3.12 | 2.6 | - |
| YUV | 50.36 | 123.28 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 42 | 0 | 0.37 | 0.38 | 0.73 | 2.31 | 0.24 | 0.22 |
| Hex | 44 | 2B | 2A | 0 | 25 | 26 | 49 | 2 | 18 | 16 |
| Octal | 104 | 53 | 52 | 0 | 45 | 46 | 111 | 2 | 30 | 26 |
| Binary | 1000100 | 101011 | 101010 | 0 | 100101 | 100110 | 1001001 | 10 | 11000 | 10110 |
Color Harmonies of #442B2A
Complementary color
Monochromatic Colors of #442B2A
Black with #442B2A
Text Example
Text Example
White with #442B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442B2A; }
p { color: rgb(68,43,42); }
H1.HeaderClassName
{
color: #442B2A;
}
.AnyTagClassName
{
color: #442B2A;
}
</style>
background-color css
<style>
a { background-color: #442B2A; }
a { background-color: rgb(68,43,42); }
div.DivClassName
{
background-color: #442B2A;
}
.BgClassName
{
background-color: #442B2A;
}
</style>
border-color css
<style>
span { border-color: #442B2A; }
span { border-color: rgb(68,43,42); }
td.TdClassName
{
border-color: #442B2A;
}
.TagClassName
{
border-color: #442B2A;
}
</style>