Shades of Woodrush #423F34
Tints of Woodrush #423F34
RGB
CMYK
RGB Variations
Color information
#423F34 (or 0x423F34) is known color: Woodrush. HEX triplet: 42, 3F and 34. RGB value is (66,63,52). Sum of RGB (Red+Green+Blue) = 66+63+52=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 63 (25% from 255 or 34.81% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 66 - color contains mainly: red. Hex color #423F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F34 is #BDC0CB. Grayscale: #3E3E3E. Windows color (decimal): -12435660 or 3424066. OLE color: 3424066.
HSL color Cylindrical-coordinate representation of color #423F34: hue angle of 47.14º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #423F34 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 63 | 52 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.74 |
| HSL | 47.14º | 0.12% | 0.23% | - |
| HSV(B) | 47.14º | 0.21% | 0.26% | - |
| XYZ | 4.64 | 4.96 | 3.96 | - |
| YUV | 62.64 | 121.99 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 52 | 0 | 0.05 | 0.21 | 0.74 | 47.14 | 0.12 | 0.23 |
| Hex | 42 | 3F | 34 | 0 | 5 | 15 | 4A | 2F | C | 17 |
| Octal | 102 | 77 | 64 | 0 | 5 | 25 | 112 | 57 | 14 | 27 |
| Binary | 1000010 | 111111 | 110100 | 0 | 101 | 10101 | 1001010 | 101111 | 1100 | 10111 |
Color Harmonies of #423F34
Complementary color
Monochromatic Colors of #423F34
Black with #423F34
Text Example
Text Example
White with #423F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F34; }
p { color: rgb(66,63,52); }
H1.HeaderClassName
{
color: #423F34;
}
.AnyTagClassName
{
color: #423F34;
}
</style>
background-color css
<style>
a { background-color: #423F34; }
a { background-color: rgb(66,63,52); }
div.DivClassName
{
background-color: #423F34;
}
.BgClassName
{
background-color: #423F34;
}
</style>
border-color css
<style>
span { border-color: #423F34; }
span { border-color: rgb(66,63,52); }
td.TdClassName
{
border-color: #423F34;
}
.TagClassName
{
border-color: #423F34;
}
</style>