Shades of Woodrush #434132
Tints of Woodrush #434132
RGB
CMYK
RGB Variations
Color information
#434132 (or 0x434132) is known color: Woodrush. HEX triplet: 43, 41 and 32. RGB value is (67,65,50). Sum of RGB (Red+Green+Blue) = 67+65+50=182 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.81% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 67 - color contains mainly: red. Hex color #434132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434132 is #BCBECD. Grayscale: #3F3F3F. Windows color (decimal): -12369614 or 3293507. OLE color: 3293507.
HSL color Cylindrical-coordinate representation of color #434132: hue angle of 52.94º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #434132 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 65 | 50 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.74 |
| HSL | 52.94º | 0.15% | 0.23% | - |
| HSV(B) | 52.94º | 0.25% | 0.26% | - |
| XYZ | 4.78 | 5.2 | 3.77 | - |
| YUV | 63.89 | 120.16 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 65 | 50 | 0 | 0.03 | 0.25 | 0.74 | 52.94 | 0.15 | 0.23 |
| Hex | 43 | 41 | 32 | 0 | 3 | 19 | 4A | 35 | F | 17 |
| Octal | 103 | 101 | 62 | 0 | 3 | 31 | 112 | 65 | 17 | 27 |
| Binary | 1000011 | 1000001 | 110010 | 0 | 11 | 11001 | 1001010 | 110101 | 1111 | 10111 |
Color Harmonies of #434132
Complementary color
Monochromatic Colors of #434132
Black with #434132
Text Example
Text Example
White with #434132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434132; }
p { color: rgb(67,65,50); }
H1.HeaderClassName
{
color: #434132;
}
.AnyTagClassName
{
color: #434132;
}
</style>
background-color css
<style>
a { background-color: #434132; }
a { background-color: rgb(67,65,50); }
div.DivClassName
{
background-color: #434132;
}
.BgClassName
{
background-color: #434132;
}
</style>
border-color css
<style>
span { border-color: #434132; }
span { border-color: rgb(67,65,50); }
td.TdClassName
{
border-color: #434132;
}
.TagClassName
{
border-color: #434132;
}
</style>