Shades of Woodrush #424022
Tints of Woodrush #424022
RGB
CMYK
RGB Variations
Color information
#424022 (or 0x424022) is known color: Woodrush. HEX triplet: 42, 40 and 22. RGB value is (66,64,34). Sum of RGB (Red+Green+Blue) = 66+64+34=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 34 (13.67% from 255 or 20.73% from 164); Max value from RGB is 66 - color contains mainly: red. Hex color #424022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424022 is #BDBFDD. Grayscale: #3D3D3D. Windows color (decimal): -12435422 or 2244674. OLE color: 2244674.
HSL color Cylindrical-coordinate representation of color #424022: hue angle of 56.25º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #424022 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 64 | 34 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.74 |
| HSL | 56.25º | 0.32% | 0.2% | - |
| HSV(B) | 56.25º | 0.48% | 0.26% | - |
| XYZ | 4.37 | 4.94 | 2.24 | - |
| YUV | 61.18 | 112.66 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 64 | 34 | 0 | 0.03 | 0.48 | 0.74 | 56.25 | 0.32 | 0.2 |
| Hex | 42 | 40 | 22 | 0 | 3 | 30 | 4A | 38 | 20 | 14 |
| Octal | 102 | 100 | 42 | 0 | 3 | 60 | 112 | 70 | 40 | 24 |
| Binary | 1000010 | 1000000 | 100010 | 0 | 11 | 110000 | 1001010 | 111000 | 100000 | 10100 |
Color Harmonies of #424022
Complementary color
Monochromatic Colors of #424022
Black with #424022
Text Example
Text Example
White with #424022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424022; }
p { color: rgb(66,64,34); }
H1.HeaderClassName
{
color: #424022;
}
.AnyTagClassName
{
color: #424022;
}
</style>
background-color css
<style>
a { background-color: #424022; }
a { background-color: rgb(66,64,34); }
div.DivClassName
{
background-color: #424022;
}
.BgClassName
{
background-color: #424022;
}
</style>
border-color css
<style>
span { border-color: #424022; }
span { border-color: rgb(66,64,34); }
td.TdClassName
{
border-color: #424022;
}
.TagClassName
{
border-color: #424022;
}
</style>