Shades of Woodrush #42413E
Tints of Woodrush #42413E
RGB
CMYK
RGB Variations
Color information
#42413E (or 0x42413E) is known color: Woodrush. HEX triplet: 42, 41 and 3E. RGB value is (66,65,62). Sum of RGB (Red+Green+Blue) = 66+65+62=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 66 - color contains mainly: red. Hex color #42413E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42413E is #BDBEC1. Grayscale: #404040. Windows color (decimal): -12435138 or 4079938. OLE color: 4079938.
HSL color Cylindrical-coordinate representation of color #42413E: hue angle of 45º degrees, saturation: 0.03, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #42413E is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 65 | 62 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.74 |
| HSL | 45º | 0.03% | 0.25% | - |
| HSV(B) | 45º | 0.06% | 0.26% | - |
| XYZ | 5.01 | 5.29 | 5.31 | - |
| YUV | 64.96 | 126.33 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 62 | 0 | 0.02 | 0.06 | 0.74 | 45 | 0.03 | 0.25 |
| Hex | 42 | 41 | 3E | 0 | 2 | 6 | 4A | 2D | 3 | 19 |
| Octal | 102 | 101 | 76 | 0 | 2 | 6 | 112 | 55 | 3 | 31 |
| Binary | 1000010 | 1000001 | 111110 | 0 | 10 | 110 | 1001010 | 101101 | 11 | 11001 |
Color Harmonies of #42413E
Complementary color
Monochromatic Colors of #42413E
Black with #42413E
Text Example
Text Example
White with #42413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42413E; }
p { color: rgb(66,65,62); }
H1.HeaderClassName
{
color: #42413E;
}
.AnyTagClassName
{
color: #42413E;
}
</style>
background-color css
<style>
a { background-color: #42413E; }
a { background-color: rgb(66,65,62); }
div.DivClassName
{
background-color: #42413E;
}
.BgClassName
{
background-color: #42413E;
}
</style>
border-color css
<style>
span { border-color: #42413E; }
span { border-color: rgb(66,65,62); }
td.TdClassName
{
border-color: #42413E;
}
.TagClassName
{
border-color: #42413E;
}
</style>