Shades of Woodrush #43411E
Tints of Woodrush #43411E
RGB
CMYK
RGB Variations
Color information
#43411E (or 0x43411E) is known color: Woodrush. HEX triplet: 43, 41 and 1E. RGB value is (67,65,30). Sum of RGB (Red+Green+Blue) = 67+65+30=162 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.36% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 67 - color contains mainly: red. Hex color #43411E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43411E is #BCBEE1. Grayscale: #3D3D3D. Windows color (decimal): -12369634 or 1982787. OLE color: 1982787.
HSL color Cylindrical-coordinate representation of color #43411E: hue angle of 56.76º 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 #43411E is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 65 | 30 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.74 |
| HSL | 56.76º | 0.38% | 0.19% | - |
| HSV(B) | 56.76º | 0.55% | 0.26% | - |
| XYZ | 4.44 | 5.07 | 1.97 | - |
| YUV | 61.61 | 110.16 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 65 | 30 | 0 | 0.03 | 0.55 | 0.74 | 56.76 | 0.38 | 0.19 |
| Hex | 43 | 41 | 1E | 0 | 3 | 37 | 4A | 39 | 26 | 13 |
| Octal | 103 | 101 | 36 | 0 | 3 | 67 | 112 | 71 | 46 | 23 |
| Binary | 1000011 | 1000001 | 11110 | 0 | 11 | 110111 | 1001010 | 111001 | 100110 | 10011 |
Color Harmonies of #43411E
Complementary color
Monochromatic Colors of #43411E
Black with #43411E
Text Example
Text Example
White with #43411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43411E; }
p { color: rgb(67,65,30); }
H1.HeaderClassName
{
color: #43411E;
}
.AnyTagClassName
{
color: #43411E;
}
</style>
background-color css
<style>
a { background-color: #43411E; }
a { background-color: rgb(67,65,30); }
div.DivClassName
{
background-color: #43411E;
}
.BgClassName
{
background-color: #43411E;
}
</style>
border-color css
<style>
span { border-color: #43411E; }
span { border-color: rgb(67,65,30); }
td.TdClassName
{
border-color: #43411E;
}
.TagClassName
{
border-color: #43411E;
}
</style>