Shades of Espresso #422A27
Tints of Espresso #422A27
RGB
CMYK
RGB Variations
Color information
#422A27 (or 0x422A27) is known color: Espresso. HEX triplet: 42, 2A and 27. RGB value is (66,42,39). Sum of RGB (Red+Green+Blue) = 66+42+39=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 39 (15.62% from 255 or 26.53% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #422A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422A27 is #BDD5D8. Grayscale: #303030. Windows color (decimal): -12441049 or 2566722. OLE color: 2566722.
HSL color Cylindrical-coordinate representation of color #422A27: hue angle of 6.67º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #422A27 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 42 | 39 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.74 |
| HSL | 6.67º | 0.26% | 0.21% | - |
| HSV(B) | 6.67º | 0.41% | 0.26% | - |
| XYZ | 3.44 | 2.96 | 2.31 | - |
| YUV | 48.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 42 | 39 | 0 | 0.36 | 0.41 | 0.74 | 6.67 | 0.26 | 0.21 |
| Hex | 42 | 2A | 27 | 0 | 24 | 29 | 4A | 7 | 1A | 15 |
| Octal | 102 | 52 | 47 | 0 | 44 | 51 | 112 | 7 | 32 | 25 |
| Binary | 1000010 | 101010 | 100111 | 0 | 100100 | 101001 | 1001010 | 111 | 11010 | 10101 |
Color Harmonies of #422A27
Complementary color
Monochromatic Colors of #422A27
Black with #422A27
Text Example
Text Example
White with #422A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422A27; }
p { color: rgb(66,42,39); }
H1.HeaderClassName
{
color: #422A27;
}
.AnyTagClassName
{
color: #422A27;
}
</style>
background-color css
<style>
a { background-color: #422A27; }
a { background-color: rgb(66,42,39); }
div.DivClassName
{
background-color: #422A27;
}
.BgClassName
{
background-color: #422A27;
}
</style>
border-color css
<style>
span { border-color: #422A27; }
span { border-color: rgb(66,42,39); }
td.TdClassName
{
border-color: #422A27;
}
.TagClassName
{
border-color: #422A27;
}
</style>