Shades of Woodrush #434120
Tints of Woodrush #434120
RGB
CMYK
RGB Variations
Color information
#434120 (or 0x434120) is known color: Woodrush. HEX triplet: 43, 41 and 20. RGB value is (67,65,32). Sum of RGB (Red+Green+Blue) = 67+65+32=164 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.85% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 67 - color contains mainly: red. Hex color #434120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434120 is #BCBEDF. Grayscale: #3D3D3D. Windows color (decimal): -12369632 or 2113859. OLE color: 2113859.
HSL color Cylindrical-coordinate representation of color #434120: hue angle of 56.57º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #434120 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 65 | 32 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.74 |
| HSL | 56.57º | 0.35% | 0.19% | - |
| HSV(B) | 56.57º | 0.52% | 0.26% | - |
| XYZ | 4.47 | 5.08 | 2.11 | - |
| YUV | 61.84 | 111.16 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 65 | 32 | 0 | 0.03 | 0.52 | 0.74 | 56.57 | 0.35 | 0.19 |
| Hex | 43 | 41 | 20 | 0 | 3 | 34 | 4A | 39 | 23 | 13 |
| Octal | 103 | 101 | 40 | 0 | 3 | 64 | 112 | 71 | 43 | 23 |
| Binary | 1000011 | 1000001 | 100000 | 0 | 11 | 110100 | 1001010 | 111001 | 100011 | 10011 |
Color Harmonies of #434120
Complementary color
Monochromatic Colors of #434120
Black with #434120
Text Example
Text Example
White with #434120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434120; }
p { color: rgb(67,65,32); }
H1.HeaderClassName
{
color: #434120;
}
.AnyTagClassName
{
color: #434120;
}
</style>
background-color css
<style>
a { background-color: #434120; }
a { background-color: rgb(67,65,32); }
div.DivClassName
{
background-color: #434120;
}
.BgClassName
{
background-color: #434120;
}
</style>
border-color css
<style>
span { border-color: #434120; }
span { border-color: rgb(67,65,32); }
td.TdClassName
{
border-color: #434120;
}
.TagClassName
{
border-color: #434120;
}
</style>