Shades of Woodrush #423C2A
Tints of Woodrush #423C2A
RGB
CMYK
RGB Variations
Color information
#423C2A (or 0x423C2A) is known color: Woodrush. HEX triplet: 42, 3C and 2A. RGB value is (66,60,42). Sum of RGB (Red+Green+Blue) = 66+60+42=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 66 - color contains mainly: red. Hex color #423C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423C2A is #BDC3D5. Grayscale: #3B3B3B. Windows color (decimal): -12436438 or 2767938. OLE color: 2767938.
HSL color Cylindrical-coordinate representation of color #423C2A: hue angle of 45º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #423C2A is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 60 | 42 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.74 |
| HSL | 45º | 0.22% | 0.21% | - |
| HSV(B) | 45º | 0.36% | 0.26% | - |
| XYZ | 4.28 | 4.56 | 2.84 | - |
| YUV | 59.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 42 | 0 | 0.09 | 0.36 | 0.74 | 45 | 0.22 | 0.21 |
| Hex | 42 | 3C | 2A | 0 | 9 | 24 | 4A | 2D | 16 | 15 |
| Octal | 102 | 74 | 52 | 0 | 11 | 44 | 112 | 55 | 26 | 25 |
| Binary | 1000010 | 111100 | 101010 | 0 | 1001 | 100100 | 1001010 | 101101 | 10110 | 10101 |
Color Harmonies of #423C2A
Complementary color
Monochromatic Colors of #423C2A
Black with #423C2A
Text Example
Text Example
White with #423C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423C2A; }
p { color: rgb(66,60,42); }
H1.HeaderClassName
{
color: #423C2A;
}
.AnyTagClassName
{
color: #423C2A;
}
</style>
background-color css
<style>
a { background-color: #423C2A; }
a { background-color: rgb(66,60,42); }
div.DivClassName
{
background-color: #423C2A;
}
.BgClassName
{
background-color: #423C2A;
}
</style>
border-color css
<style>
span { border-color: #423C2A; }
span { border-color: rgb(66,60,42); }
td.TdClassName
{
border-color: #423C2A;
}
.TagClassName
{
border-color: #423C2A;
}
</style>