Shades of Woodrush #434126
Tints of Woodrush #434126
RGB
CMYK
RGB Variations
Color information
#434126 (or 0x434126) is known color: Woodrush. HEX triplet: 43, 41 and 26. RGB value is (67,65,38). Sum of RGB (Red+Green+Blue) = 67+65+38=170 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.41% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 38 (15.23% from 255 or 22.35% from 170); Max value from RGB is 67 - color contains mainly: red. Hex color #434126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434126 is #BCBED9. Grayscale: #3E3E3E. Windows color (decimal): -12369626 or 2507075. OLE color: 2507075.
HSL color Cylindrical-coordinate representation of color #434126: hue angle of 55.86º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #434126 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 65 | 38 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.74 |
| HSL | 55.86º | 0.28% | 0.21% | - |
| HSV(B) | 55.86º | 0.43% | 0.26% | - |
| XYZ | 4.55 | 5.11 | 2.58 | - |
| YUV | 62.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 65 | 38 | 0 | 0.03 | 0.43 | 0.74 | 55.86 | 0.28 | 0.21 |
| Hex | 43 | 41 | 26 | 0 | 3 | 2B | 4A | 38 | 1C | 15 |
| Octal | 103 | 101 | 46 | 0 | 3 | 53 | 112 | 70 | 34 | 25 |
| Binary | 1000011 | 1000001 | 100110 | 0 | 11 | 101011 | 1001010 | 111000 | 11100 | 10101 |
Color Harmonies of #434126
Complementary color
Monochromatic Colors of #434126
Black with #434126
Text Example
Text Example
White with #434126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434126; }
p { color: rgb(67,65,38); }
H1.HeaderClassName
{
color: #434126;
}
.AnyTagClassName
{
color: #434126;
}
</style>
background-color css
<style>
a { background-color: #434126; }
a { background-color: rgb(67,65,38); }
div.DivClassName
{
background-color: #434126;
}
.BgClassName
{
background-color: #434126;
}
</style>
border-color css
<style>
span { border-color: #434126; }
span { border-color: rgb(67,65,38); }
td.TdClassName
{
border-color: #434126;
}
.TagClassName
{
border-color: #434126;
}
</style>