Shades of Woodrush #423D2B
Tints of Woodrush #423D2B
RGB
CMYK
RGB Variations
Color information
#423D2B (or 0x423D2B) is known color: Woodrush. HEX triplet: 42, 3D and 2B. RGB value is (66,61,43). Sum of RGB (Red+Green+Blue) = 66+61+43=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 66 - color contains mainly: red. Hex color #423D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423D2B is #BDC2D4. Grayscale: #3C3C3C. Windows color (decimal): -12436181 or 2833730. OLE color: 2833730.
HSL color Cylindrical-coordinate representation of color #423D2B: hue angle of 46.96º 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 #423D2B is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 61 | 43 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.74 |
| HSL | 46.96º | 0.21% | 0.21% | - |
| HSV(B) | 46.96º | 0.35% | 0.26% | - |
| XYZ | 4.35 | 4.67 | 2.96 | - |
| YUV | 60.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 43 | 0 | 0.08 | 0.35 | 0.74 | 46.96 | 0.21 | 0.21 |
| Hex | 42 | 3D | 2B | 0 | 8 | 23 | 4A | 2F | 15 | 15 |
| Octal | 102 | 75 | 53 | 0 | 10 | 43 | 112 | 57 | 25 | 25 |
| Binary | 1000010 | 111101 | 101011 | 0 | 1000 | 100011 | 1001010 | 101111 | 10101 | 10101 |
Color Harmonies of #423D2B
Complementary color
Monochromatic Colors of #423D2B
Black with #423D2B
Text Example
Text Example
White with #423D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423D2B; }
p { color: rgb(66,61,43); }
H1.HeaderClassName
{
color: #423D2B;
}
.AnyTagClassName
{
color: #423D2B;
}
</style>
background-color css
<style>
a { background-color: #423D2B; }
a { background-color: rgb(66,61,43); }
div.DivClassName
{
background-color: #423D2B;
}
.BgClassName
{
background-color: #423D2B;
}
</style>
border-color css
<style>
span { border-color: #423D2B; }
span { border-color: rgb(66,61,43); }
td.TdClassName
{
border-color: #423D2B;
}
.TagClassName
{
border-color: #423D2B;
}
</style>