Shades of Espresso #422C2B
Tints of Espresso #422C2B
RGB
CMYK
RGB Variations
Color information
#422C2B (or 0x422C2B) is known color: Espresso. HEX triplet: 42, 2C and 2B. RGB value is (66,44,43). Sum of RGB (Red+Green+Blue) = 66+44+43=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 66 - color contains mainly: red. Hex color #422C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422C2B is #BDD3D4. Grayscale: #323232. Windows color (decimal): -12440533 or 2829378. OLE color: 2829378.
HSL color Cylindrical-coordinate representation of color #422C2B: hue angle of 2.61º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #422C2B is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 44 | 43 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.74 |
| HSL | 2.61º | 0.21% | 0.21% | - |
| HSV(B) | 2.61º | 0.35% | 0.26% | - |
| XYZ | 3.58 | 3.13 | 2.7 | - |
| YUV | 50.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 44 | 43 | 0 | 0.33 | 0.35 | 0.74 | 2.61 | 0.21 | 0.21 |
| Hex | 42 | 2C | 2B | 0 | 21 | 23 | 4A | 3 | 15 | 15 |
| Octal | 102 | 54 | 53 | 0 | 41 | 43 | 112 | 3 | 25 | 25 |
| Binary | 1000010 | 101100 | 101011 | 0 | 100001 | 100011 | 1001010 | 11 | 10101 | 10101 |
Color Harmonies of #422C2B
Complementary color
Monochromatic Colors of #422C2B
Black with #422C2B
Text Example
Text Example
White with #422C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422C2B; }
p { color: rgb(66,44,43); }
H1.HeaderClassName
{
color: #422C2B;
}
.AnyTagClassName
{
color: #422C2B;
}
</style>
background-color css
<style>
a { background-color: #422C2B; }
a { background-color: rgb(66,44,43); }
div.DivClassName
{
background-color: #422C2B;
}
.BgClassName
{
background-color: #422C2B;
}
</style>
border-color css
<style>
span { border-color: #422C2B; }
span { border-color: rgb(66,44,43); }
td.TdClassName
{
border-color: #422C2B;
}
.TagClassName
{
border-color: #422C2B;
}
</style>