Shades of Woodrush #43412A
Tints of Woodrush #43412A
RGB
CMYK
RGB Variations
Color information
#43412A (or 0x43412A) is known color: Woodrush. HEX triplet: 43, 41 and 2A. RGB value is (67,65,42). Sum of RGB (Red+Green+Blue) = 67+65+42=174 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.51% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 67 - color contains mainly: red. Hex color #43412A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43412A is #BCBED5. Grayscale: #3F3F3F. Windows color (decimal): -12369622 or 2769219. OLE color: 2769219.
HSL color Cylindrical-coordinate representation of color #43412A: hue angle of 55.2º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #43412A is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 65 | 42 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.74 |
| HSL | 55.2º | 0.23% | 0.21% | - |
| HSV(B) | 55.2º | 0.37% | 0.26% | - |
| XYZ | 4.62 | 5.14 | 2.94 | - |
| YUV | 62.98 | 116.16 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 65 | 42 | 0 | 0.03 | 0.37 | 0.74 | 55.2 | 0.23 | 0.21 |
| Hex | 43 | 41 | 2A | 0 | 3 | 25 | 4A | 37 | 17 | 15 |
| Octal | 103 | 101 | 52 | 0 | 3 | 45 | 112 | 67 | 27 | 25 |
| Binary | 1000011 | 1000001 | 101010 | 0 | 11 | 100101 | 1001010 | 110111 | 10111 | 10101 |
Color Harmonies of #43412A
Complementary color
Monochromatic Colors of #43412A
Black with #43412A
Text Example
Text Example
White with #43412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43412A; }
p { color: rgb(67,65,42); }
H1.HeaderClassName
{
color: #43412A;
}
.AnyTagClassName
{
color: #43412A;
}
</style>
background-color css
<style>
a { background-color: #43412A; }
a { background-color: rgb(67,65,42); }
div.DivClassName
{
background-color: #43412A;
}
.BgClassName
{
background-color: #43412A;
}
</style>
border-color css
<style>
span { border-color: #43412A; }
span { border-color: rgb(67,65,42); }
td.TdClassName
{
border-color: #43412A;
}
.TagClassName
{
border-color: #43412A;
}
</style>