Shades of Espresso #442B2B
Tints of Espresso #442B2B
RGB
CMYK
RGB Variations
Color information
#442B2B (or 0x442B2B) is known color: Espresso. HEX triplet: 44, 2B and 2B. RGB value is (68,43,43). Sum of RGB (Red+Green+Blue) = 68+43+43=154 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.16% from 154); Green value is 43 (17.19% from 255 or 27.92% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 68 - color contains mainly: red. Hex color #442B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442B2B is #BBD4D4. Grayscale: #323232. Windows color (decimal): -12309717 or 2829124. OLE color: 2829124.
HSL color Cylindrical-coordinate representation of color #442B2B: hue angle of 0º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #442B2B is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 43 | 43 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.73 |
| HSL | 0º | 0.23% | 0.22% | - |
| HSV(B) | 0º | 0.37% | 0.27% | - |
| XYZ | 3.68 | 3.13 | 2.7 | - |
| YUV | 50.48 | 123.78 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 43 | 0 | 0.37 | 0.37 | 0.73 | 0 | 0.23 | 0.22 |
| Hex | 44 | 2B | 2B | 0 | 25 | 25 | 49 | 0 | 17 | 16 |
| Octal | 104 | 53 | 53 | 0 | 45 | 45 | 111 | 0 | 27 | 26 |
| Binary | 1000100 | 101011 | 101011 | 0 | 100101 | 100101 | 1001001 | 0 | 10111 | 10110 |
Color Harmonies of #442B2B
Complementary color
Monochromatic Colors of #442B2B
Black with #442B2B
Text Example
Text Example
White with #442B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442B2B; }
p { color: rgb(68,43,43); }
H1.HeaderClassName
{
color: #442B2B;
}
.AnyTagClassName
{
color: #442B2B;
}
</style>
background-color css
<style>
a { background-color: #442B2B; }
a { background-color: rgb(68,43,43); }
div.DivClassName
{
background-color: #442B2B;
}
.BgClassName
{
background-color: #442B2B;
}
</style>
border-color css
<style>
span { border-color: #442B2B; }
span { border-color: rgb(68,43,43); }
td.TdClassName
{
border-color: #442B2B;
}
.TagClassName
{
border-color: #442B2B;
}
</style>