Shades of Woodrush #424027
Tints of Woodrush #424027
RGB
CMYK
RGB Variations
Color information
#424027 (or 0x424027) is known color: Woodrush. HEX triplet: 42, 40 and 27. RGB value is (66,64,39). Sum of RGB (Red+Green+Blue) = 66+64+39=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 66 - color contains mainly: red. Hex color #424027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424027 is #BDBFD8. Grayscale: #3D3D3D. Windows color (decimal): -12435417 or 2572354. OLE color: 2572354.
HSL color Cylindrical-coordinate representation of color #424027: hue angle of 55.56º 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 #424027 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 64 | 39 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.74 |
| HSL | 55.56º | 0.26% | 0.21% | - |
| HSV(B) | 55.56º | 0.41% | 0.26% | - |
| XYZ | 4.45 | 4.97 | 2.64 | - |
| YUV | 61.75 | 115.16 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 64 | 39 | 0 | 0.03 | 0.41 | 0.74 | 55.56 | 0.26 | 0.21 |
| Hex | 42 | 40 | 27 | 0 | 3 | 29 | 4A | 38 | 1A | 15 |
| Octal | 102 | 100 | 47 | 0 | 3 | 51 | 112 | 70 | 32 | 25 |
| Binary | 1000010 | 1000000 | 100111 | 0 | 11 | 101001 | 1001010 | 111000 | 11010 | 10101 |
Color Harmonies of #424027
Complementary color
Monochromatic Colors of #424027
Black with #424027
Text Example
Text Example
White with #424027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424027; }
p { color: rgb(66,64,39); }
H1.HeaderClassName
{
color: #424027;
}
.AnyTagClassName
{
color: #424027;
}
</style>
background-color css
<style>
a { background-color: #424027; }
a { background-color: rgb(66,64,39); }
div.DivClassName
{
background-color: #424027;
}
.BgClassName
{
background-color: #424027;
}
</style>
border-color css
<style>
span { border-color: #424027; }
span { border-color: rgb(66,64,39); }
td.TdClassName
{
border-color: #424027;
}
.TagClassName
{
border-color: #424027;
}
</style>