Shades of Woodrush #42401F
Tints of Woodrush #42401F
RGB
CMYK
RGB Variations
Color information
#42401F (or 0x42401F) is known color: Woodrush. HEX triplet: 42, 40 and 1F. RGB value is (66,64,31). Sum of RGB (Red+Green+Blue) = 66+64+31=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 66 - color contains mainly: red. Hex color #42401F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42401F is #BDBFE0. Grayscale: #3C3C3C. Windows color (decimal): -12435425 or 2048066. OLE color: 2048066.
HSL color Cylindrical-coordinate representation of color #42401F: hue angle of 56.57º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42401F is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 64 | 31 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.74 |
| HSL | 56.57º | 0.36% | 0.19% | - |
| HSV(B) | 56.57º | 0.53% | 0.26% | - |
| XYZ | 4.33 | 4.92 | 2.02 | - |
| YUV | 60.84 | 111.16 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 64 | 31 | 0 | 0.03 | 0.53 | 0.74 | 56.57 | 0.36 | 0.19 |
| Hex | 42 | 40 | 1F | 0 | 3 | 35 | 4A | 39 | 24 | 13 |
| Octal | 102 | 100 | 37 | 0 | 3 | 65 | 112 | 71 | 44 | 23 |
| Binary | 1000010 | 1000000 | 11111 | 0 | 11 | 110101 | 1001010 | 111001 | 100100 | 10011 |
Color Harmonies of #42401F
Complementary color
Monochromatic Colors of #42401F
Black with #42401F
Text Example
Text Example
White with #42401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42401F; }
p { color: rgb(66,64,31); }
H1.HeaderClassName
{
color: #42401F;
}
.AnyTagClassName
{
color: #42401F;
}
</style>
background-color css
<style>
a { background-color: #42401F; }
a { background-color: rgb(66,64,31); }
div.DivClassName
{
background-color: #42401F;
}
.BgClassName
{
background-color: #42401F;
}
</style>
border-color css
<style>
span { border-color: #42401F; }
span { border-color: rgb(66,64,31); }
td.TdClassName
{
border-color: #42401F;
}
.TagClassName
{
border-color: #42401F;
}
</style>