Shades of Woodrush #423E2B
Tints of Woodrush #423E2B
RGB
CMYK
RGB Variations
Color information
#423E2B (or 0x423E2B) is known color: Woodrush. HEX triplet: 42, 3E and 2B. RGB value is (66,62,43). Sum of RGB (Red+Green+Blue) = 66+62+43=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 62 (24.61% from 255 or 36.26% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 66 - color contains mainly: red. Hex color #423E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423E2B is #BDC1D4. Grayscale: #3D3D3D. Windows color (decimal): -12435925 or 2833986. OLE color: 2833986.
HSL color Cylindrical-coordinate representation of color #423E2B: hue angle of 49.57º 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 #423E2B is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 62 | 43 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.74 |
| HSL | 49.57º | 0.21% | 0.21% | - |
| HSV(B) | 49.57º | 0.35% | 0.26% | - |
| XYZ | 4.41 | 4.78 | 2.98 | - |
| YUV | 61.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 62 | 43 | 0 | 0.06 | 0.35 | 0.74 | 49.57 | 0.21 | 0.21 |
| Hex | 42 | 3E | 2B | 0 | 6 | 23 | 4A | 32 | 15 | 15 |
| Octal | 102 | 76 | 53 | 0 | 6 | 43 | 112 | 62 | 25 | 25 |
| Binary | 1000010 | 111110 | 101011 | 0 | 110 | 100011 | 1001010 | 110010 | 10101 | 10101 |
Color Harmonies of #423E2B
Complementary color
Monochromatic Colors of #423E2B
Black with #423E2B
Text Example
Text Example
White with #423E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423E2B; }
p { color: rgb(66,62,43); }
H1.HeaderClassName
{
color: #423E2B;
}
.AnyTagClassName
{
color: #423E2B;
}
</style>
background-color css
<style>
a { background-color: #423E2B; }
a { background-color: rgb(66,62,43); }
div.DivClassName
{
background-color: #423E2B;
}
.BgClassName
{
background-color: #423E2B;
}
</style>
border-color css
<style>
span { border-color: #423E2B; }
span { border-color: rgb(66,62,43); }
td.TdClassName
{
border-color: #423E2B;
}
.TagClassName
{
border-color: #423E2B;
}
</style>