Shades of Woodrush #423E2E
Tints of Woodrush #423E2E
RGB
CMYK
RGB Variations
Color information
#423E2E (or 0x423E2E) is known color: Woodrush. HEX triplet: 42, 3E and 2E. RGB value is (66,62,46). Sum of RGB (Red+Green+Blue) = 66+62+46=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 66 - color contains mainly: red. Hex color #423E2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423E2E is #BDC1D1. Grayscale: #3D3D3D. Windows color (decimal): -12435922 or 3030594. OLE color: 3030594.
HSL color Cylindrical-coordinate representation of color #423E2E: hue angle of 48º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #423E2E is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 62 | 46 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.74 |
| HSL | 48º | 0.18% | 0.22% | - |
| HSV(B) | 48º | 0.3% | 0.26% | - |
| XYZ | 4.46 | 4.8 | 3.28 | - |
| YUV | 61.37 | 119.33 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 62 | 46 | 0 | 0.06 | 0.30 | 0.74 | 48 | 0.18 | 0.22 |
| Hex | 42 | 3E | 2E | 0 | 6 | 1E | 4A | 30 | 12 | 16 |
| Octal | 102 | 76 | 56 | 0 | 6 | 36 | 112 | 60 | 22 | 26 |
| Binary | 1000010 | 111110 | 101110 | 0 | 110 | 11110 | 1001010 | 110000 | 10010 | 10110 |
Color Harmonies of #423E2E
Complementary color
Monochromatic Colors of #423E2E
Black with #423E2E
Text Example
Text Example
White with #423E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423E2E; }
p { color: rgb(66,62,46); }
H1.HeaderClassName
{
color: #423E2E;
}
.AnyTagClassName
{
color: #423E2E;
}
</style>
background-color css
<style>
a { background-color: #423E2E; }
a { background-color: rgb(66,62,46); }
div.DivClassName
{
background-color: #423E2E;
}
.BgClassName
{
background-color: #423E2E;
}
</style>
border-color css
<style>
span { border-color: #423E2E; }
span { border-color: rgb(66,62,46); }
td.TdClassName
{
border-color: #423E2E;
}
.TagClassName
{
border-color: #423E2E;
}
</style>