Shades of Woodrush #423F25
Tints of Woodrush #423F25
RGB
CMYK
RGB Variations
Color information
#423F25 (or 0x423F25) is known color: Woodrush. HEX triplet: 42, 3F and 25. RGB value is (66,63,37). Sum of RGB (Red+Green+Blue) = 66+63+37=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 63 (25% from 255 or 37.95% from 166); Blue value is 37 (14.84% from 255 or 22.29% from 166); Max value from RGB is 66 - color contains mainly: red. Hex color #423F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F25 is #BDC0DA. Grayscale: #3D3D3D. Windows color (decimal): -12435675 or 2441026. OLE color: 2441026.
HSL color Cylindrical-coordinate representation of color #423F25: hue angle of 53.79º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #423F25 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 63 | 37 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.74 |
| HSL | 53.79º | 0.28% | 0.2% | - |
| HSV(B) | 53.79º | 0.44% | 0.26% | - |
| XYZ | 4.36 | 4.85 | 2.46 | - |
| YUV | 60.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 37 | 0 | 0.05 | 0.44 | 0.74 | 53.79 | 0.28 | 0.2 |
| Hex | 42 | 3F | 25 | 0 | 5 | 2C | 4A | 36 | 1C | 14 |
| Octal | 102 | 77 | 45 | 0 | 5 | 54 | 112 | 66 | 34 | 24 |
| Binary | 1000010 | 111111 | 100101 | 0 | 101 | 101100 | 1001010 | 110110 | 11100 | 10100 |
Color Harmonies of #423F25
Complementary color
Monochromatic Colors of #423F25
Black with #423F25
Text Example
Text Example
White with #423F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F25; }
p { color: rgb(66,63,37); }
H1.HeaderClassName
{
color: #423F25;
}
.AnyTagClassName
{
color: #423F25;
}
</style>
background-color css
<style>
a { background-color: #423F25; }
a { background-color: rgb(66,63,37); }
div.DivClassName
{
background-color: #423F25;
}
.BgClassName
{
background-color: #423F25;
}
</style>
border-color css
<style>
span { border-color: #423F25; }
span { border-color: rgb(66,63,37); }
td.TdClassName
{
border-color: #423F25;
}
.TagClassName
{
border-color: #423F25;
}
</style>