Shades of Woodrush #43421E
Tints of Woodrush #43421E
RGB
CMYK
RGB Variations
Color information
#43421E (or 0x43421E) is known color: Woodrush. HEX triplet: 43, 42 and 1E. RGB value is (67,66,30). Sum of RGB (Red+Green+Blue) = 67+66+30=163 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.10% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 67 - color contains mainly: red. Hex color #43421E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43421E is #BCBDE1. Grayscale: #3E3E3E. Windows color (decimal): -12369378 or 1983043. OLE color: 1983043.
HSL color Cylindrical-coordinate representation of color #43421E: hue angle of 58.38º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #43421E is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 66 | 30 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.74 |
| HSL | 58.38º | 0.38% | 0.19% | - |
| HSV(B) | 58.38º | 0.55% | 0.26% | - |
| XYZ | 4.5 | 5.18 | 1.99 | - |
| YUV | 62.2 | 109.83 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 66 | 30 | 0 | 0.01 | 0.55 | 0.74 | 58.38 | 0.38 | 0.19 |
| Hex | 43 | 42 | 1E | 0 | 1 | 37 | 4A | 3A | 26 | 13 |
| Octal | 103 | 102 | 36 | 0 | 1 | 67 | 112 | 72 | 46 | 23 |
| Binary | 1000011 | 1000010 | 11110 | 0 | 1 | 110111 | 1001010 | 111010 | 100110 | 10011 |
Color Harmonies of #43421E
Complementary color
Monochromatic Colors of #43421E
Black with #43421E
Text Example
Text Example
White with #43421E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43421E; }
p { color: rgb(67,66,30); }
H1.HeaderClassName
{
color: #43421E;
}
.AnyTagClassName
{
color: #43421E;
}
</style>
background-color css
<style>
a { background-color: #43421E; }
a { background-color: rgb(67,66,30); }
div.DivClassName
{
background-color: #43421E;
}
.BgClassName
{
background-color: #43421E;
}
</style>
border-color css
<style>
span { border-color: #43421E; }
span { border-color: rgb(67,66,30); }
td.TdClassName
{
border-color: #43421E;
}
.TagClassName
{
border-color: #43421E;
}
</style>