Shades of Woodrush #42403A
Tints of Woodrush #42403A
RGB
CMYK
RGB Variations
Color information
#42403A (or 0x42403A) is known color: Woodrush. HEX triplet: 42, 40 and 3A. RGB value is (66,64,58). Sum of RGB (Red+Green+Blue) = 66+64+58=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 66 - color contains mainly: red. Hex color #42403A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42403A is #BDBFC5. Grayscale: #3F3F3F. Windows color (decimal): -12435398 or 3817538. OLE color: 3817538.
HSL color Cylindrical-coordinate representation of color #42403A: hue angle of 45º degrees, saturation: 0.06, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #42403A is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 64 | 58 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.74 |
| HSL | 45º | 0.06% | 0.24% | - |
| HSV(B) | 45º | 0.12% | 0.26% | - |
| XYZ | 4.84 | 5.13 | 4.74 | - |
| YUV | 63.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 64 | 58 | 0 | 0.03 | 0.12 | 0.74 | 45 | 0.06 | 0.24 |
| Hex | 42 | 40 | 3A | 0 | 3 | C | 4A | 2D | 6 | 18 |
| Octal | 102 | 100 | 72 | 0 | 3 | 14 | 112 | 55 | 6 | 30 |
| Binary | 1000010 | 1000000 | 111010 | 0 | 11 | 1100 | 1001010 | 101101 | 110 | 11000 |
Color Harmonies of #42403A
Complementary color
Monochromatic Colors of #42403A
Black with #42403A
Text Example
Text Example
White with #42403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42403A; }
p { color: rgb(66,64,58); }
H1.HeaderClassName
{
color: #42403A;
}
.AnyTagClassName
{
color: #42403A;
}
</style>
background-color css
<style>
a { background-color: #42403A; }
a { background-color: rgb(66,64,58); }
div.DivClassName
{
background-color: #42403A;
}
.BgClassName
{
background-color: #42403A;
}
</style>
border-color css
<style>
span { border-color: #42403A; }
span { border-color: rgb(66,64,58); }
td.TdClassName
{
border-color: #42403A;
}
.TagClassName
{
border-color: #42403A;
}
</style>