Shades of Woodrush #423F2E
Tints of Woodrush #423F2E
RGB
CMYK
RGB Variations
Color information
#423F2E (or 0x423F2E) is known color: Woodrush. HEX triplet: 42, 3F and 2E. RGB value is (66,63,46). Sum of RGB (Red+Green+Blue) = 66+63+46=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 66 - color contains mainly: red. Hex color #423F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F2E is #BDC0D1. Grayscale: #3E3E3E. Windows color (decimal): -12435666 or 3030850. OLE color: 3030850.
HSL color Cylindrical-coordinate representation of color #423F2E: hue angle of 51º 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 #423F2E is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 63 | 46 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.74 |
| HSL | 51º | 0.18% | 0.22% | - |
| HSV(B) | 51º | 0.3% | 0.26% | - |
| XYZ | 4.52 | 4.91 | 3.29 | - |
| YUV | 61.96 | 118.99 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 46 | 0 | 0.05 | 0.30 | 0.74 | 51 | 0.18 | 0.22 |
| Hex | 42 | 3F | 2E | 0 | 5 | 1E | 4A | 33 | 12 | 16 |
| Octal | 102 | 77 | 56 | 0 | 5 | 36 | 112 | 63 | 22 | 26 |
| Binary | 1000010 | 111111 | 101110 | 0 | 101 | 11110 | 1001010 | 110011 | 10010 | 10110 |
Color Harmonies of #423F2E
Complementary color
Monochromatic Colors of #423F2E
Black with #423F2E
Text Example
Text Example
White with #423F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F2E; }
p { color: rgb(66,63,46); }
H1.HeaderClassName
{
color: #423F2E;
}
.AnyTagClassName
{
color: #423F2E;
}
</style>
background-color css
<style>
a { background-color: #423F2E; }
a { background-color: rgb(66,63,46); }
div.DivClassName
{
background-color: #423F2E;
}
.BgClassName
{
background-color: #423F2E;
}
</style>
border-color css
<style>
span { border-color: #423F2E; }
span { border-color: rgb(66,63,46); }
td.TdClassName
{
border-color: #423F2E;
}
.TagClassName
{
border-color: #423F2E;
}
</style>