Shades of Woodrush #423F1F
Tints of Woodrush #423F1F
RGB
CMYK
RGB Variations
Color information
#423F1F (or 0x423F1F) is known color: Woodrush. HEX triplet: 42, 3F and 1F. RGB value is (66,63,31). Sum of RGB (Red+Green+Blue) = 66+63+31=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 63 (25% from 255 or 39.38% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 66 - color contains mainly: red. Hex color #423F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F1F is #BDC0E0. Grayscale: #3C3C3C. Windows color (decimal): -12435681 or 2047810. OLE color: 2047810.
HSL color Cylindrical-coordinate representation of color #423F1F: hue angle of 54.86º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #423F1F is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 63 | 31 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.74 |
| HSL | 54.86º | 0.36% | 0.19% | - |
| HSV(B) | 54.86º | 0.53% | 0.26% | - |
| XYZ | 4.27 | 4.81 | 2 | - |
| YUV | 60.25 | 111.49 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 31 | 0 | 0.05 | 0.53 | 0.74 | 54.86 | 0.36 | 0.19 |
| Hex | 42 | 3F | 1F | 0 | 5 | 35 | 4A | 37 | 24 | 13 |
| Octal | 102 | 77 | 37 | 0 | 5 | 65 | 112 | 67 | 44 | 23 |
| Binary | 1000010 | 111111 | 11111 | 0 | 101 | 110101 | 1001010 | 110111 | 100100 | 10011 |
Color Harmonies of #423F1F
Complementary color
Monochromatic Colors of #423F1F
Black with #423F1F
Text Example
Text Example
White with #423F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F1F; }
p { color: rgb(66,63,31); }
H1.HeaderClassName
{
color: #423F1F;
}
.AnyTagClassName
{
color: #423F1F;
}
</style>
background-color css
<style>
a { background-color: #423F1F; }
a { background-color: rgb(66,63,31); }
div.DivClassName
{
background-color: #423F1F;
}
.BgClassName
{
background-color: #423F1F;
}
</style>
border-color css
<style>
span { border-color: #423F1F; }
span { border-color: rgb(66,63,31); }
td.TdClassName
{
border-color: #423F1F;
}
.TagClassName
{
border-color: #423F1F;
}
</style>