Shades of Woodrush #43412C
Tints of Woodrush #43412C
RGB
CMYK
RGB Variations
Color information
#43412C (or 0x43412C) is known color: Woodrush. HEX triplet: 43, 41 and 2C. RGB value is (67,65,44). Sum of RGB (Red+Green+Blue) = 67+65+44=176 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.07% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 67 - color contains mainly: red. Hex color #43412C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43412C is #BCBED3. Grayscale: #3F3F3F. Windows color (decimal): -12369620 or 2900291. OLE color: 2900291.
HSL color Cylindrical-coordinate representation of color #43412C: hue angle of 54.78º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #43412C is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 65 | 44 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.74 |
| HSL | 54.78º | 0.21% | 0.22% | - |
| HSV(B) | 54.78º | 0.34% | 0.26% | - |
| XYZ | 4.66 | 5.16 | 3.13 | - |
| YUV | 63.2 | 117.16 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 65 | 44 | 0 | 0.03 | 0.34 | 0.74 | 54.78 | 0.21 | 0.22 |
| Hex | 43 | 41 | 2C | 0 | 3 | 22 | 4A | 37 | 15 | 16 |
| Octal | 103 | 101 | 54 | 0 | 3 | 42 | 112 | 67 | 25 | 26 |
| Binary | 1000011 | 1000001 | 101100 | 0 | 11 | 100010 | 1001010 | 110111 | 10101 | 10110 |
Color Harmonies of #43412C
Complementary color
Monochromatic Colors of #43412C
Black with #43412C
Text Example
Text Example
White with #43412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43412C; }
p { color: rgb(67,65,44); }
H1.HeaderClassName
{
color: #43412C;
}
.AnyTagClassName
{
color: #43412C;
}
</style>
background-color css
<style>
a { background-color: #43412C; }
a { background-color: rgb(67,65,44); }
div.DivClassName
{
background-color: #43412C;
}
.BgClassName
{
background-color: #43412C;
}
</style>
border-color css
<style>
span { border-color: #43412C; }
span { border-color: rgb(67,65,44); }
td.TdClassName
{
border-color: #43412C;
}
.TagClassName
{
border-color: #43412C;
}
</style>