Shades of Woodrush #424135
Tints of Woodrush #424135
RGB
CMYK
RGB Variations
Color information
#424135 (or 0x424135) is known color: Woodrush. HEX triplet: 42, 41 and 35. RGB value is (66,65,53). Sum of RGB (Red+Green+Blue) = 66+65+53=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 53 (21.09% from 255 or 28.80% from 184); Max value from RGB is 66 - color contains mainly: red. Hex color #424135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424135 is #BDBECA. Grayscale: #3F3F3F. Windows color (decimal): -12435147 or 3490114. OLE color: 3490114.
HSL color Cylindrical-coordinate representation of color #424135: hue angle of 55.38º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #424135 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 65 | 53 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.74 |
| HSL | 55.38º | 0.11% | 0.23% | - |
| HSV(B) | 55.38º | 0.2% | 0.26% | - |
| XYZ | 4.78 | 5.2 | 4.12 | - |
| YUV | 63.93 | 121.83 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 53 | 0 | 0.02 | 0.20 | 0.74 | 55.38 | 0.11 | 0.23 |
| Hex | 42 | 41 | 35 | 0 | 2 | 14 | 4A | 37 | B | 17 |
| Octal | 102 | 101 | 65 | 0 | 2 | 24 | 112 | 67 | 13 | 27 |
| Binary | 1000010 | 1000001 | 110101 | 0 | 10 | 10100 | 1001010 | 110111 | 1011 | 10111 |
Color Harmonies of #424135
Complementary color
Monochromatic Colors of #424135
Black with #424135
Text Example
Text Example
White with #424135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424135; }
p { color: rgb(66,65,53); }
H1.HeaderClassName
{
color: #424135;
}
.AnyTagClassName
{
color: #424135;
}
</style>
background-color css
<style>
a { background-color: #424135; }
a { background-color: rgb(66,65,53); }
div.DivClassName
{
background-color: #424135;
}
.BgClassName
{
background-color: #424135;
}
</style>
border-color css
<style>
span { border-color: #424135; }
span { border-color: rgb(66,65,53); }
td.TdClassName
{
border-color: #424135;
}
.TagClassName
{
border-color: #424135;
}
</style>