Shades of Woodrush #43412E
Tints of Woodrush #43412E
RGB
CMYK
RGB Variations
Color information
#43412E (or 0x43412E) is known color: Woodrush. HEX triplet: 43, 41 and 2E. RGB value is (67,65,46). Sum of RGB (Red+Green+Blue) = 67+65+46=178 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.64% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 67 - color contains mainly: red. Hex color #43412E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43412E is #BCBED1. Grayscale: #3F3F3F. Windows color (decimal): -12369618 or 3031363. OLE color: 3031363.
HSL color Cylindrical-coordinate representation of color #43412E: hue angle of 54.29º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #43412E is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 65 | 46 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.74 |
| HSL | 54.29º | 0.19% | 0.22% | - |
| HSV(B) | 54.29º | 0.31% | 0.26% | - |
| XYZ | 4.7 | 5.17 | 3.34 | - |
| YUV | 63.43 | 118.16 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 65 | 46 | 0 | 0.03 | 0.31 | 0.74 | 54.29 | 0.19 | 0.22 |
| Hex | 43 | 41 | 2E | 0 | 3 | 1F | 4A | 36 | 13 | 16 |
| Octal | 103 | 101 | 56 | 0 | 3 | 37 | 112 | 66 | 23 | 26 |
| Binary | 1000011 | 1000001 | 101110 | 0 | 11 | 11111 | 1001010 | 110110 | 10011 | 10110 |
Color Harmonies of #43412E
Complementary color
Monochromatic Colors of #43412E
Black with #43412E
Text Example
Text Example
White with #43412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43412E; }
p { color: rgb(67,65,46); }
H1.HeaderClassName
{
color: #43412E;
}
.AnyTagClassName
{
color: #43412E;
}
</style>
background-color css
<style>
a { background-color: #43412E; }
a { background-color: rgb(67,65,46); }
div.DivClassName
{
background-color: #43412E;
}
.BgClassName
{
background-color: #43412E;
}
</style>
border-color css
<style>
span { border-color: #43412E; }
span { border-color: rgb(67,65,46); }
td.TdClassName
{
border-color: #43412E;
}
.TagClassName
{
border-color: #43412E;
}
</style>