Shades of Espresso #422725
Tints of Espresso #422725
RGB
CMYK
RGB Variations
Color information
#422725 (or 0x422725) is known color: Espresso. HEX triplet: 42, 27 and 25. RGB value is (66,39,37). Sum of RGB (Red+Green+Blue) = 66+39+37=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 39 (15.62% from 255 or 27.46% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 66 - color contains mainly: red. Hex color #422725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422725 is #BDD8DA. Grayscale: #2E2E2E. Windows color (decimal): -12441819 or 2434882. OLE color: 2434882.
HSL color Cylindrical-coordinate representation of color #422725: hue angle of 4.14º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #422725 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 39 | 37 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.74 |
| HSL | 4.14º | 0.28% | 0.2% | - |
| HSV(B) | 4.14º | 0.44% | 0.26% | - |
| XYZ | 3.31 | 2.74 | 2.11 | - |
| YUV | 46.85 | 122.45 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 39 | 37 | 0 | 0.41 | 0.44 | 0.74 | 4.14 | 0.28 | 0.2 |
| Hex | 42 | 27 | 25 | 0 | 29 | 2C | 4A | 4 | 1C | 14 |
| Octal | 102 | 47 | 45 | 0 | 51 | 54 | 112 | 4 | 34 | 24 |
| Binary | 1000010 | 100111 | 100101 | 0 | 101001 | 101100 | 1001010 | 100 | 11100 | 10100 |
Color Harmonies of #422725
Complementary color
Monochromatic Colors of #422725
Black with #422725
Text Example
Text Example
White with #422725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422725; }
p { color: rgb(66,39,37); }
H1.HeaderClassName
{
color: #422725;
}
.AnyTagClassName
{
color: #422725;
}
</style>
background-color css
<style>
a { background-color: #422725; }
a { background-color: rgb(66,39,37); }
div.DivClassName
{
background-color: #422725;
}
.BgClassName
{
background-color: #422725;
}
</style>
border-color css
<style>
span { border-color: #422725; }
span { border-color: rgb(66,39,37); }
td.TdClassName
{
border-color: #422725;
}
.TagClassName
{
border-color: #422725;
}
</style>