Shades of Woodrush #434122
Tints of Woodrush #434122
RGB
CMYK
RGB Variations
Color information
#434122 (or 0x434122) is known color: Woodrush. HEX triplet: 43, 41 and 22. RGB value is (67,65,34). Sum of RGB (Red+Green+Blue) = 67+65+34=166 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.36% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 34 (13.67% from 255 or 20.48% from 166); Max value from RGB is 67 - color contains mainly: red. Hex color #434122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434122 is #BCBEDD. Grayscale: #3E3E3E. Windows color (decimal): -12369630 or 2244931. OLE color: 2244931.
HSL color Cylindrical-coordinate representation of color #434122: hue angle of 56.36º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #434122 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 65 | 34 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.74 |
| HSL | 56.36º | 0.33% | 0.2% | - |
| HSV(B) | 56.36º | 0.49% | 0.26% | - |
| XYZ | 4.49 | 5.09 | 2.26 | - |
| YUV | 62.06 | 112.16 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 65 | 34 | 0 | 0.03 | 0.49 | 0.74 | 56.36 | 0.33 | 0.2 |
| Hex | 43 | 41 | 22 | 0 | 3 | 31 | 4A | 38 | 21 | 14 |
| Octal | 103 | 101 | 42 | 0 | 3 | 61 | 112 | 70 | 41 | 24 |
| Binary | 1000011 | 1000001 | 100010 | 0 | 11 | 110001 | 1001010 | 111000 | 100001 | 10100 |
Color Harmonies of #434122
Complementary color
Monochromatic Colors of #434122
Black with #434122
Text Example
Text Example
White with #434122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434122; }
p { color: rgb(67,65,34); }
H1.HeaderClassName
{
color: #434122;
}
.AnyTagClassName
{
color: #434122;
}
</style>
background-color css
<style>
a { background-color: #434122; }
a { background-color: rgb(67,65,34); }
div.DivClassName
{
background-color: #434122;
}
.BgClassName
{
background-color: #434122;
}
</style>
border-color css
<style>
span { border-color: #434122; }
span { border-color: rgb(67,65,34); }
td.TdClassName
{
border-color: #434122;
}
.TagClassName
{
border-color: #434122;
}
</style>