Shades of Woodrush #43401F
Tints of Woodrush #43401F
RGB
CMYK
RGB Variations
Color information
#43401F (or 0x43401F) is known color: Woodrush. HEX triplet: 43, 40 and 1F. RGB value is (67,64,31). Sum of RGB (Red+Green+Blue) = 67+64+31=162 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.36% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 67 - color contains mainly: red. Hex color #43401F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43401F is #BCBFE0. Grayscale: #3D3D3D. Windows color (decimal): -12369889 or 2048067. OLE color: 2048067.
HSL color Cylindrical-coordinate representation of color #43401F: hue angle of 55º 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 #43401F is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 64 | 31 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.74 |
| HSL | 55º | 0.37% | 0.19% | - |
| HSV(B) | 55º | 0.54% | 0.26% | - |
| XYZ | 4.4 | 4.96 | 2.02 | - |
| YUV | 61.14 | 110.99 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 64 | 31 | 0 | 0.04 | 0.54 | 0.74 | 55 | 0.37 | 0.19 |
| Hex | 43 | 40 | 1F | 0 | 4 | 36 | 4A | 37 | 25 | 13 |
| Octal | 103 | 100 | 37 | 0 | 4 | 66 | 112 | 67 | 45 | 23 |
| Binary | 1000011 | 1000000 | 11111 | 0 | 100 | 110110 | 1001010 | 110111 | 100101 | 10011 |
Color Harmonies of #43401F
Complementary color
Monochromatic Colors of #43401F
Black with #43401F
Text Example
Text Example
White with #43401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43401F; }
p { color: rgb(67,64,31); }
H1.HeaderClassName
{
color: #43401F;
}
.AnyTagClassName
{
color: #43401F;
}
</style>
background-color css
<style>
a { background-color: #43401F; }
a { background-color: rgb(67,64,31); }
div.DivClassName
{
background-color: #43401F;
}
.BgClassName
{
background-color: #43401F;
}
</style>
border-color css
<style>
span { border-color: #43401F; }
span { border-color: rgb(67,64,31); }
td.TdClassName
{
border-color: #43401F;
}
.TagClassName
{
border-color: #43401F;
}
</style>