Shades of Woodrush #423F27
Tints of Woodrush #423F27
RGB
CMYK
RGB Variations
Color information
#423F27 (or 0x423F27) is known color: Woodrush. HEX triplet: 42, 3F and 27. RGB value is (66,63,39). Sum of RGB (Red+Green+Blue) = 66+63+39=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 39 (15.62% from 255 or 23.21% from 168); Max value from RGB is 66 - color contains mainly: red. Hex color #423F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F27 is #BDC0D8. Grayscale: #3D3D3D. Windows color (decimal): -12435673 or 2572098. OLE color: 2572098.
HSL color Cylindrical-coordinate representation of color #423F27: hue angle of 53.33º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #423F27 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 63 | 39 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.74 |
| HSL | 53.33º | 0.26% | 0.21% | - |
| HSV(B) | 53.33º | 0.41% | 0.26% | - |
| XYZ | 4.39 | 4.86 | 2.63 | - |
| YUV | 61.16 | 115.49 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 39 | 0 | 0.05 | 0.41 | 0.74 | 53.33 | 0.26 | 0.21 |
| Hex | 42 | 3F | 27 | 0 | 5 | 29 | 4A | 35 | 1A | 15 |
| Octal | 102 | 77 | 47 | 0 | 5 | 51 | 112 | 65 | 32 | 25 |
| Binary | 1000010 | 111111 | 100111 | 0 | 101 | 101001 | 1001010 | 110101 | 11010 | 10101 |
Color Harmonies of #423F27
Complementary color
Monochromatic Colors of #423F27
Black with #423F27
Text Example
Text Example
White with #423F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F27; }
p { color: rgb(66,63,39); }
H1.HeaderClassName
{
color: #423F27;
}
.AnyTagClassName
{
color: #423F27;
}
</style>
background-color css
<style>
a { background-color: #423F27; }
a { background-color: rgb(66,63,39); }
div.DivClassName
{
background-color: #423F27;
}
.BgClassName
{
background-color: #423F27;
}
</style>
border-color css
<style>
span { border-color: #423F27; }
span { border-color: rgb(66,63,39); }
td.TdClassName
{
border-color: #423F27;
}
.TagClassName
{
border-color: #423F27;
}
</style>