Shades of Woodrush #423D27
Tints of Woodrush #423D27
RGB
CMYK
RGB Variations
Color information
#423D27 (or 0x423D27) is known color: Woodrush. HEX triplet: 42, 3D and 27. RGB value is (66,61,39). Sum of RGB (Red+Green+Blue) = 66+61+39=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 39 (15.62% from 255 or 23.49% from 166); Max value from RGB is 66 - color contains mainly: red. Hex color #423D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423D27 is #BDC2D8. Grayscale: #3C3C3C. Windows color (decimal): -12436185 or 2571586. OLE color: 2571586.
HSL color Cylindrical-coordinate representation of color #423D27: hue angle of 48.89º 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 #423D27 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 61 | 39 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.74 |
| HSL | 48.89º | 0.26% | 0.21% | - |
| HSV(B) | 48.89º | 0.41% | 0.26% | - |
| XYZ | 4.28 | 4.64 | 2.59 | - |
| YUV | 59.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 39 | 0 | 0.08 | 0.41 | 0.74 | 48.89 | 0.26 | 0.21 |
| Hex | 42 | 3D | 27 | 0 | 8 | 29 | 4A | 31 | 1A | 15 |
| Octal | 102 | 75 | 47 | 0 | 10 | 51 | 112 | 61 | 32 | 25 |
| Binary | 1000010 | 111101 | 100111 | 0 | 1000 | 101001 | 1001010 | 110001 | 11010 | 10101 |
Color Harmonies of #423D27
Complementary color
Monochromatic Colors of #423D27
Black with #423D27
Text Example
Text Example
White with #423D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423D27; }
p { color: rgb(66,61,39); }
H1.HeaderClassName
{
color: #423D27;
}
.AnyTagClassName
{
color: #423D27;
}
</style>
background-color css
<style>
a { background-color: #423D27; }
a { background-color: rgb(66,61,39); }
div.DivClassName
{
background-color: #423D27;
}
.BgClassName
{
background-color: #423D27;
}
</style>
border-color css
<style>
span { border-color: #423D27; }
span { border-color: rgb(66,61,39); }
td.TdClassName
{
border-color: #423D27;
}
.TagClassName
{
border-color: #423D27;
}
</style>