Shades of Woodrush #423F24
Tints of Woodrush #423F24
RGB
CMYK
RGB Variations
Color information
#423F24 (or 0x423F24) is known color: Woodrush. HEX triplet: 42, 3F and 24. RGB value is (66,63,36). Sum of RGB (Red+Green+Blue) = 66+63+36=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 63 (25% from 255 or 38.18% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 66 - color contains mainly: red. Hex color #423F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F24 is #BDC0DB. Grayscale: #3C3C3C. Windows color (decimal): -12435676 or 2375490. OLE color: 2375490.
HSL color Cylindrical-coordinate representation of color #423F24: hue angle of 54º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #423F24 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 63 | 36 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.74 |
| HSL | 54º | 0.29% | 0.2% | - |
| HSV(B) | 54º | 0.45% | 0.26% | - |
| XYZ | 4.34 | 4.84 | 2.37 | - |
| YUV | 60.82 | 113.99 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 36 | 0 | 0.05 | 0.45 | 0.74 | 54 | 0.29 | 0.2 |
| Hex | 42 | 3F | 24 | 0 | 5 | 2D | 4A | 36 | 1D | 14 |
| Octal | 102 | 77 | 44 | 0 | 5 | 55 | 112 | 66 | 35 | 24 |
| Binary | 1000010 | 111111 | 100100 | 0 | 101 | 101101 | 1001010 | 110110 | 11101 | 10100 |
Color Harmonies of #423F24
Complementary color
Monochromatic Colors of #423F24
Black with #423F24
Text Example
Text Example
White with #423F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F24; }
p { color: rgb(66,63,36); }
H1.HeaderClassName
{
color: #423F24;
}
.AnyTagClassName
{
color: #423F24;
}
</style>
background-color css
<style>
a { background-color: #423F24; }
a { background-color: rgb(66,63,36); }
div.DivClassName
{
background-color: #423F24;
}
.BgClassName
{
background-color: #423F24;
}
</style>
border-color css
<style>
span { border-color: #423F24; }
span { border-color: rgb(66,63,36); }
td.TdClassName
{
border-color: #423F24;
}
.TagClassName
{
border-color: #423F24;
}
</style>