Shades of Woodrush #42402F
Tints of Woodrush #42402F
RGB
CMYK
RGB Variations
Color information
#42402F (or 0x42402F) is known color: Woodrush. HEX triplet: 42, 40 and 2F. RGB value is (66,64,47). Sum of RGB (Red+Green+Blue) = 66+64+47=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 66 - color contains mainly: red. Hex color #42402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42402F is #BDBFD0. Grayscale: #3E3E3E. Windows color (decimal): -12435409 or 3096642. OLE color: 3096642.
HSL color Cylindrical-coordinate representation of color #42402F: hue angle of 53.68º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #42402F is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 64 | 47 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.74 |
| HSL | 53.68º | 0.17% | 0.22% | - |
| HSV(B) | 53.68º | 0.29% | 0.26% | - |
| XYZ | 4.59 | 5.03 | 3.42 | - |
| YUV | 62.66 | 119.16 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 64 | 47 | 0 | 0.03 | 0.29 | 0.74 | 53.68 | 0.17 | 0.22 |
| Hex | 42 | 40 | 2F | 0 | 3 | 1D | 4A | 36 | 11 | 16 |
| Octal | 102 | 100 | 57 | 0 | 3 | 35 | 112 | 66 | 21 | 26 |
| Binary | 1000010 | 1000000 | 101111 | 0 | 11 | 11101 | 1001010 | 110110 | 10001 | 10110 |
Color Harmonies of #42402F
Complementary color
Monochromatic Colors of #42402F
Black with #42402F
Text Example
Text Example
White with #42402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42402F; }
p { color: rgb(66,64,47); }
H1.HeaderClassName
{
color: #42402F;
}
.AnyTagClassName
{
color: #42402F;
}
</style>
background-color css
<style>
a { background-color: #42402F; }
a { background-color: rgb(66,64,47); }
div.DivClassName
{
background-color: #42402F;
}
.BgClassName
{
background-color: #42402F;
}
</style>
border-color css
<style>
span { border-color: #42402F; }
span { border-color: rgb(66,64,47); }
td.TdClassName
{
border-color: #42402F;
}
.TagClassName
{
border-color: #42402F;
}
</style>