Shades of Woodrush #423F2C
Tints of Woodrush #423F2C
RGB
CMYK
RGB Variations
Color information
#423F2C (or 0x423F2C) is known color: Woodrush. HEX triplet: 42, 3F and 2C. RGB value is (66,63,44). Sum of RGB (Red+Green+Blue) = 66+63+44=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 66 - color contains mainly: red. Hex color #423F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F2C is #BDC0D3. Grayscale: #3D3D3D. Windows color (decimal): -12435668 or 2899778. OLE color: 2899778.
HSL color Cylindrical-coordinate representation of color #423F2C: hue angle of 51.82º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #423F2C is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 63 | 44 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.74 |
| HSL | 51.82º | 0.2% | 0.22% | - |
| HSV(B) | 51.82º | 0.33% | 0.26% | - |
| XYZ | 4.48 | 4.9 | 3.09 | - |
| YUV | 61.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 44 | 0 | 0.05 | 0.33 | 0.74 | 51.82 | 0.2 | 0.22 |
| Hex | 42 | 3F | 2C | 0 | 5 | 21 | 4A | 34 | 14 | 16 |
| Octal | 102 | 77 | 54 | 0 | 5 | 41 | 112 | 64 | 24 | 26 |
| Binary | 1000010 | 111111 | 101100 | 0 | 101 | 100001 | 1001010 | 110100 | 10100 | 10110 |
Color Harmonies of #423F2C
Complementary color
Monochromatic Colors of #423F2C
Black with #423F2C
Text Example
Text Example
White with #423F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F2C; }
p { color: rgb(66,63,44); }
H1.HeaderClassName
{
color: #423F2C;
}
.AnyTagClassName
{
color: #423F2C;
}
</style>
background-color css
<style>
a { background-color: #423F2C; }
a { background-color: rgb(66,63,44); }
div.DivClassName
{
background-color: #423F2C;
}
.BgClassName
{
background-color: #423F2C;
}
</style>
border-color css
<style>
span { border-color: #423F2C; }
span { border-color: rgb(66,63,44); }
td.TdClassName
{
border-color: #423F2C;
}
.TagClassName
{
border-color: #423F2C;
}
</style>