Shades of Woodrush #43411F
Tints of Woodrush #43411F
RGB
CMYK
RGB Variations
Color information
#43411F (or 0x43411F) is known color: Woodrush. HEX triplet: 43, 41 and 1F. RGB value is (67,65,31). Sum of RGB (Red+Green+Blue) = 67+65+31=163 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.10% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 67 - color contains mainly: red. Hex color #43411F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43411F is #BCBEE0. Grayscale: #3D3D3D. Windows color (decimal): -12369633 or 2048323. OLE color: 2048323.
HSL color Cylindrical-coordinate representation of color #43411F: hue angle of 56.67º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #43411F is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 65 | 31 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.74 |
| HSL | 56.67º | 0.37% | 0.19% | - |
| HSV(B) | 56.67º | 0.54% | 0.26% | - |
| XYZ | 4.45 | 5.07 | 2.04 | - |
| YUV | 61.72 | 110.66 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 65 | 31 | 0 | 0.03 | 0.54 | 0.74 | 56.67 | 0.37 | 0.19 |
| Hex | 43 | 41 | 1F | 0 | 3 | 36 | 4A | 39 | 25 | 13 |
| Octal | 103 | 101 | 37 | 0 | 3 | 66 | 112 | 71 | 45 | 23 |
| Binary | 1000011 | 1000001 | 11111 | 0 | 11 | 110110 | 1001010 | 111001 | 100101 | 10011 |
Color Harmonies of #43411F
Complementary color
Monochromatic Colors of #43411F
Black with #43411F
Text Example
Text Example
White with #43411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43411F; }
p { color: rgb(67,65,31); }
H1.HeaderClassName
{
color: #43411F;
}
.AnyTagClassName
{
color: #43411F;
}
</style>
background-color css
<style>
a { background-color: #43411F; }
a { background-color: rgb(67,65,31); }
div.DivClassName
{
background-color: #43411F;
}
.BgClassName
{
background-color: #43411F;
}
</style>
border-color css
<style>
span { border-color: #43411F; }
span { border-color: rgb(67,65,31); }
td.TdClassName
{
border-color: #43411F;
}
.TagClassName
{
border-color: #43411F;
}
</style>