Shades of Woodrush #423F26
Tints of Woodrush #423F26
RGB
CMYK
RGB Variations
Color information
#423F26 (or 0x423F26) is known color: Woodrush. HEX triplet: 42, 3F and 26. RGB value is (66,63,38). Sum of RGB (Red+Green+Blue) = 66+63+38=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 66 - color contains mainly: red. Hex color #423F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F26 is #BDC0D9. Grayscale: #3D3D3D. Windows color (decimal): -12435674 or 2506562. OLE color: 2506562.
HSL color Cylindrical-coordinate representation of color #423F26: hue angle of 53.57º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #423F26 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 63 | 38 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.74 |
| HSL | 53.57º | 0.27% | 0.2% | - |
| HSV(B) | 53.57º | 0.42% | 0.26% | - |
| XYZ | 4.37 | 4.85 | 2.54 | - |
| YUV | 61.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 38 | 0 | 0.05 | 0.42 | 0.74 | 53.57 | 0.27 | 0.2 |
| Hex | 42 | 3F | 26 | 0 | 5 | 2A | 4A | 36 | 1B | 14 |
| Octal | 102 | 77 | 46 | 0 | 5 | 52 | 112 | 66 | 33 | 24 |
| Binary | 1000010 | 111111 | 100110 | 0 | 101 | 101010 | 1001010 | 110110 | 11011 | 10100 |
Color Harmonies of #423F26
Complementary color
Monochromatic Colors of #423F26
Black with #423F26
Text Example
Text Example
White with #423F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F26; }
p { color: rgb(66,63,38); }
H1.HeaderClassName
{
color: #423F26;
}
.AnyTagClassName
{
color: #423F26;
}
</style>
background-color css
<style>
a { background-color: #423F26; }
a { background-color: rgb(66,63,38); }
div.DivClassName
{
background-color: #423F26;
}
.BgClassName
{
background-color: #423F26;
}
</style>
border-color css
<style>
span { border-color: #423F26; }
span { border-color: rgb(66,63,38); }
td.TdClassName
{
border-color: #423F26;
}
.TagClassName
{
border-color: #423F26;
}
</style>