Shades of Woodrush #423C27
Tints of Woodrush #423C27
RGB
CMYK
RGB Variations
Color information
#423C27 (or 0x423C27) is known color: Woodrush. HEX triplet: 42, 3C and 27. RGB value is (66,60,39). Sum of RGB (Red+Green+Blue) = 66+60+39=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 39 (15.62% from 255 or 23.64% from 165); Max value from RGB is 66 - color contains mainly: red. Hex color #423C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423C27 is #BDC3D8. Grayscale: #3B3B3B. Windows color (decimal): -12436441 or 2571330. OLE color: 2571330.
HSL color Cylindrical-coordinate representation of color #423C27: hue angle of 46.67º 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 #423C27 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 60 | 39 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.74 |
| HSL | 46.67º | 0.26% | 0.21% | - |
| HSV(B) | 46.67º | 0.41% | 0.26% | - |
| XYZ | 4.23 | 4.54 | 2.57 | - |
| YUV | 59.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 39 | 0 | 0.09 | 0.41 | 0.74 | 46.67 | 0.26 | 0.21 |
| Hex | 42 | 3C | 27 | 0 | 9 | 29 | 4A | 2F | 1A | 15 |
| Octal | 102 | 74 | 47 | 0 | 11 | 51 | 112 | 57 | 32 | 25 |
| Binary | 1000010 | 111100 | 100111 | 0 | 1001 | 101001 | 1001010 | 101111 | 11010 | 10101 |
Color Harmonies of #423C27
Complementary color
Monochromatic Colors of #423C27
Black with #423C27
Text Example
Text Example
White with #423C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423C27; }
p { color: rgb(66,60,39); }
H1.HeaderClassName
{
color: #423C27;
}
.AnyTagClassName
{
color: #423C27;
}
</style>
background-color css
<style>
a { background-color: #423C27; }
a { background-color: rgb(66,60,39); }
div.DivClassName
{
background-color: #423C27;
}
.BgClassName
{
background-color: #423C27;
}
</style>
border-color css
<style>
span { border-color: #423C27; }
span { border-color: rgb(66,60,39); }
td.TdClassName
{
border-color: #423C27;
}
.TagClassName
{
border-color: #423C27;
}
</style>