Shades of Woodrush #423C29
Tints of Woodrush #423C29
RGB
CMYK
RGB Variations
Color information
#423C29 (or 0x423C29) is known color: Woodrush. HEX triplet: 42, 3C and 29. RGB value is (66,60,41). Sum of RGB (Red+Green+Blue) = 66+60+41=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 66 - color contains mainly: red. Hex color #423C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423C29 is #BDC3D6. Grayscale: #3B3B3B. Windows color (decimal): -12436439 or 2702402. OLE color: 2702402.
HSL color Cylindrical-coordinate representation of color #423C29: hue angle of 45.6º 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 #423C29 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 60 | 41 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.74 |
| HSL | 45.6º | 0.23% | 0.21% | - |
| HSV(B) | 45.6º | 0.38% | 0.26% | - |
| XYZ | 4.26 | 4.55 | 2.75 | - |
| YUV | 59.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 41 | 0 | 0.09 | 0.38 | 0.74 | 45.6 | 0.23 | 0.21 |
| Hex | 42 | 3C | 29 | 0 | 9 | 26 | 4A | 2E | 17 | 15 |
| Octal | 102 | 74 | 51 | 0 | 11 | 46 | 112 | 56 | 27 | 25 |
| Binary | 1000010 | 111100 | 101001 | 0 | 1001 | 100110 | 1001010 | 101110 | 10111 | 10101 |
Color Harmonies of #423C29
Complementary color
Monochromatic Colors of #423C29
Black with #423C29
Text Example
Text Example
White with #423C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423C29; }
p { color: rgb(66,60,41); }
H1.HeaderClassName
{
color: #423C29;
}
.AnyTagClassName
{
color: #423C29;
}
</style>
background-color css
<style>
a { background-color: #423C29; }
a { background-color: rgb(66,60,41); }
div.DivClassName
{
background-color: #423C29;
}
.BgClassName
{
background-color: #423C29;
}
</style>
border-color css
<style>
span { border-color: #423C29; }
span { border-color: rgb(66,60,41); }
td.TdClassName
{
border-color: #423C29;
}
.TagClassName
{
border-color: #423C29;
}
</style>