Shades of Espresso #442725
Tints of Espresso #442725
RGB
CMYK
RGB Variations
Color information
#442725 (or 0x442725) is known color: Espresso. HEX triplet: 44, 27 and 25. RGB value is (68,39,37). Sum of RGB (Red+Green+Blue) = 68+39+37=144 (19% of max value = 765). Red value is 68 (26.95% from 255 or 47.22% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 68 - color contains mainly: red. Hex color #442725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442725 is #BBD8DA. Grayscale: #2F2F2F. Windows color (decimal): -12310747 or 2434884. OLE color: 2434884.
HSL color Cylindrical-coordinate representation of color #442725: hue angle of 3.87º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #442725 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 39 | 37 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.73 |
| HSL | 3.87º | 0.3% | 0.21% | - |
| HSV(B) | 3.87º | 0.46% | 0.27% | - |
| XYZ | 3.44 | 2.81 | 2.11 | - |
| YUV | 47.44 | 122.11 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 39 | 37 | 0 | 0.43 | 0.46 | 0.73 | 3.87 | 0.3 | 0.21 |
| Hex | 44 | 27 | 25 | 0 | 2B | 2E | 49 | 4 | 1E | 15 |
| Octal | 104 | 47 | 45 | 0 | 53 | 56 | 111 | 4 | 36 | 25 |
| Binary | 1000100 | 100111 | 100101 | 0 | 101011 | 101110 | 1001001 | 100 | 11110 | 10101 |
Color Harmonies of #442725
Complementary color
Monochromatic Colors of #442725
Black with #442725
Text Example
Text Example
White with #442725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442725; }
p { color: rgb(68,39,37); }
H1.HeaderClassName
{
color: #442725;
}
.AnyTagClassName
{
color: #442725;
}
</style>
background-color css
<style>
a { background-color: #442725; }
a { background-color: rgb(68,39,37); }
div.DivClassName
{
background-color: #442725;
}
.BgClassName
{
background-color: #442725;
}
</style>
border-color css
<style>
span { border-color: #442725; }
span { border-color: rgb(68,39,37); }
td.TdClassName
{
border-color: #442725;
}
.TagClassName
{
border-color: #442725;
}
</style>