Shades of Woodrush #423F29
Tints of Woodrush #423F29
RGB
CMYK
RGB Variations
Color information
#423F29 (or 0x423F29) is known color: Woodrush. HEX triplet: 42, 3F and 29. RGB value is (66,63,41). Sum of RGB (Red+Green+Blue) = 66+63+41=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 63 (25% from 255 or 37.06% from 170); Blue value is 41 (16.41% from 255 or 24.12% from 170); Max value from RGB is 66 - color contains mainly: red. Hex color #423F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F29 is #BDC0D6. Grayscale: #3D3D3D. Windows color (decimal): -12435671 or 2703170. OLE color: 2703170.
HSL color Cylindrical-coordinate representation of color #423F29: hue angle of 52.8º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #423F29 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 63 | 41 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.74 |
| HSL | 52.8º | 0.23% | 0.21% | - |
| HSV(B) | 52.8º | 0.38% | 0.26% | - |
| XYZ | 4.42 | 4.87 | 2.81 | - |
| YUV | 61.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 41 | 0 | 0.05 | 0.38 | 0.74 | 52.8 | 0.23 | 0.21 |
| Hex | 42 | 3F | 29 | 0 | 5 | 26 | 4A | 35 | 17 | 15 |
| Octal | 102 | 77 | 51 | 0 | 5 | 46 | 112 | 65 | 27 | 25 |
| Binary | 1000010 | 111111 | 101001 | 0 | 101 | 100110 | 1001010 | 110101 | 10111 | 10101 |
Color Harmonies of #423F29
Complementary color
Monochromatic Colors of #423F29
Black with #423F29
Text Example
Text Example
White with #423F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F29; }
p { color: rgb(66,63,41); }
H1.HeaderClassName
{
color: #423F29;
}
.AnyTagClassName
{
color: #423F29;
}
</style>
background-color css
<style>
a { background-color: #423F29; }
a { background-color: rgb(66,63,41); }
div.DivClassName
{
background-color: #423F29;
}
.BgClassName
{
background-color: #423F29;
}
</style>
border-color css
<style>
span { border-color: #423F29; }
span { border-color: rgb(66,63,41); }
td.TdClassName
{
border-color: #423F29;
}
.TagClassName
{
border-color: #423F29;
}
</style>