Shades of Woodrush #423C2B
Tints of Woodrush #423C2B
RGB
CMYK
RGB Variations
Color information
#423C2B (or 0x423C2B) is known color: Woodrush. HEX triplet: 42, 3C and 2B. RGB value is (66,60,43). Sum of RGB (Red+Green+Blue) = 66+60+43=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 66 - color contains mainly: red. Hex color #423C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423C2B is #BDC3D4. Grayscale: #3B3B3B. Windows color (decimal): -12436437 or 2833474. OLE color: 2833474.
HSL color Cylindrical-coordinate representation of color #423C2B: hue angle of 44.35º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #423C2B is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 60 | 43 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.74 |
| HSL | 44.35º | 0.21% | 0.21% | - |
| HSV(B) | 44.35º | 0.35% | 0.26% | - |
| XYZ | 4.3 | 4.56 | 2.94 | - |
| YUV | 59.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 43 | 0 | 0.09 | 0.35 | 0.74 | 44.35 | 0.21 | 0.21 |
| Hex | 42 | 3C | 2B | 0 | 9 | 23 | 4A | 2C | 15 | 15 |
| Octal | 102 | 74 | 53 | 0 | 11 | 43 | 112 | 54 | 25 | 25 |
| Binary | 1000010 | 111100 | 101011 | 0 | 1001 | 100011 | 1001010 | 101100 | 10101 | 10101 |
Color Harmonies of #423C2B
Complementary color
Monochromatic Colors of #423C2B
Black with #423C2B
Text Example
Text Example
White with #423C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423C2B; }
p { color: rgb(66,60,43); }
H1.HeaderClassName
{
color: #423C2B;
}
.AnyTagClassName
{
color: #423C2B;
}
</style>
background-color css
<style>
a { background-color: #423C2B; }
a { background-color: rgb(66,60,43); }
div.DivClassName
{
background-color: #423C2B;
}
.BgClassName
{
background-color: #423C2B;
}
</style>
border-color css
<style>
span { border-color: #423C2B; }
span { border-color: rgb(66,60,43); }
td.TdClassName
{
border-color: #423C2B;
}
.TagClassName
{
border-color: #423C2B;
}
</style>