Shades of Woodrush #43402A
Tints of Woodrush #43402A
RGB
CMYK
RGB Variations
Color information
#43402A (or 0x43402A) is known color: Woodrush. HEX triplet: 43, 40 and 2A. RGB value is (67,64,42). Sum of RGB (Red+Green+Blue) = 67+64+42=173 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.73% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 67 - color contains mainly: red. Hex color #43402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43402A is #BCBFD5. Grayscale: #3E3E3E. Windows color (decimal): -12369878 or 2768963. OLE color: 2768963.
HSL color Cylindrical-coordinate representation of color #43402A: hue angle of 52.8º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #43402A is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 64 | 42 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.74 |
| HSL | 52.8º | 0.23% | 0.21% | - |
| HSV(B) | 52.8º | 0.37% | 0.26% | - |
| XYZ | 4.57 | 5.03 | 2.92 | - |
| YUV | 62.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 64 | 42 | 0 | 0.04 | 0.37 | 0.74 | 52.8 | 0.23 | 0.21 |
| Hex | 43 | 40 | 2A | 0 | 4 | 25 | 4A | 35 | 17 | 15 |
| Octal | 103 | 100 | 52 | 0 | 4 | 45 | 112 | 65 | 27 | 25 |
| Binary | 1000011 | 1000000 | 101010 | 0 | 100 | 100101 | 1001010 | 110101 | 10111 | 10101 |
Color Harmonies of #43402A
Complementary color
Monochromatic Colors of #43402A
Black with #43402A
Text Example
Text Example
White with #43402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43402A; }
p { color: rgb(67,64,42); }
H1.HeaderClassName
{
color: #43402A;
}
.AnyTagClassName
{
color: #43402A;
}
</style>
background-color css
<style>
a { background-color: #43402A; }
a { background-color: rgb(67,64,42); }
div.DivClassName
{
background-color: #43402A;
}
.BgClassName
{
background-color: #43402A;
}
</style>
border-color css
<style>
span { border-color: #43402A; }
span { border-color: rgb(67,64,42); }
td.TdClassName
{
border-color: #43402A;
}
.TagClassName
{
border-color: #43402A;
}
</style>