Shades of Woodrush #434128
Tints of Woodrush #434128
RGB
CMYK
RGB Variations
Color information
#434128 (or 0x434128) is known color: Woodrush. HEX triplet: 43, 41 and 28. RGB value is (67,65,40). Sum of RGB (Red+Green+Blue) = 67+65+40=172 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.95% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 67 - color contains mainly: red. Hex color #434128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434128 is #BCBED7. Grayscale: #3E3E3E. Windows color (decimal): -12369624 or 2638147. OLE color: 2638147.
HSL color Cylindrical-coordinate representation of color #434128: hue angle of 55.56º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #434128 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 65 | 40 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.74 |
| HSL | 55.56º | 0.25% | 0.21% | - |
| HSV(B) | 55.56º | 0.4% | 0.26% | - |
| XYZ | 4.59 | 5.13 | 2.76 | - |
| YUV | 62.75 | 115.16 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 65 | 40 | 0 | 0.03 | 0.40 | 0.74 | 55.56 | 0.25 | 0.21 |
| Hex | 43 | 41 | 28 | 0 | 3 | 28 | 4A | 38 | 19 | 15 |
| Octal | 103 | 101 | 50 | 0 | 3 | 50 | 112 | 70 | 31 | 25 |
| Binary | 1000011 | 1000001 | 101000 | 0 | 11 | 101000 | 1001010 | 111000 | 11001 | 10101 |
Color Harmonies of #434128
Complementary color
Monochromatic Colors of #434128
Black with #434128
Text Example
Text Example
White with #434128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434128; }
p { color: rgb(67,65,40); }
H1.HeaderClassName
{
color: #434128;
}
.AnyTagClassName
{
color: #434128;
}
</style>
background-color css
<style>
a { background-color: #434128; }
a { background-color: rgb(67,65,40); }
div.DivClassName
{
background-color: #434128;
}
.BgClassName
{
background-color: #434128;
}
</style>
border-color css
<style>
span { border-color: #434128; }
span { border-color: rgb(67,65,40); }
td.TdClassName
{
border-color: #434128;
}
.TagClassName
{
border-color: #434128;
}
</style>