Shades of Woodrush #42412E
Tints of Woodrush #42412E
RGB
CMYK
RGB Variations
Color information
#42412E (or 0x42412E) is known color: Woodrush. HEX triplet: 42, 41 and 2E. RGB value is (66,65,46). Sum of RGB (Red+Green+Blue) = 66+65+46=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 66 - color contains mainly: red. Hex color #42412E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42412E is #BDBED1. Grayscale: #3F3F3F. Windows color (decimal): -12435154 or 3031362. OLE color: 3031362.
HSL color Cylindrical-coordinate representation of color #42412E: hue angle of 57º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #42412E is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 65 | 46 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.74 |
| HSL | 57º | 0.18% | 0.22% | - |
| HSV(B) | 57º | 0.3% | 0.26% | - |
| XYZ | 4.63 | 5.14 | 3.33 | - |
| YUV | 63.13 | 118.33 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 46 | 0 | 0.02 | 0.30 | 0.74 | 57 | 0.18 | 0.22 |
| Hex | 42 | 41 | 2E | 0 | 2 | 1E | 4A | 39 | 12 | 16 |
| Octal | 102 | 101 | 56 | 0 | 2 | 36 | 112 | 71 | 22 | 26 |
| Binary | 1000010 | 1000001 | 101110 | 0 | 10 | 11110 | 1001010 | 111001 | 10010 | 10110 |
Color Harmonies of #42412E
Complementary color
Monochromatic Colors of #42412E
Black with #42412E
Text Example
Text Example
White with #42412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42412E; }
p { color: rgb(66,65,46); }
H1.HeaderClassName
{
color: #42412E;
}
.AnyTagClassName
{
color: #42412E;
}
</style>
background-color css
<style>
a { background-color: #42412E; }
a { background-color: rgb(66,65,46); }
div.DivClassName
{
background-color: #42412E;
}
.BgClassName
{
background-color: #42412E;
}
</style>
border-color css
<style>
span { border-color: #42412E; }
span { border-color: rgb(66,65,46); }
td.TdClassName
{
border-color: #42412E;
}
.TagClassName
{
border-color: #42412E;
}
</style>