Shades of Woodrush #434124
Tints of Woodrush #434124
RGB
CMYK
RGB Variations
Color information
#434124 (or 0x434124) is known color: Woodrush. HEX triplet: 43, 41 and 24. RGB value is (67,65,36). Sum of RGB (Red+Green+Blue) = 67+65+36=168 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.88% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 36 (14.45% from 255 or 21.43% from 168); Max value from RGB is 67 - color contains mainly: red. Hex color #434124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434124 is #BCBEDB. Grayscale: #3E3E3E. Windows color (decimal): -12369628 or 2376003. OLE color: 2376003.
HSL color Cylindrical-coordinate representation of color #434124: hue angle of 56.13º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #434124 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 65 | 36 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.74 |
| HSL | 56.13º | 0.3% | 0.2% | - |
| HSV(B) | 56.13º | 0.46% | 0.26% | - |
| XYZ | 4.52 | 5.1 | 2.42 | - |
| YUV | 62.29 | 113.16 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 65 | 36 | 0 | 0.03 | 0.46 | 0.74 | 56.13 | 0.3 | 0.2 |
| Hex | 43 | 41 | 24 | 0 | 3 | 2E | 4A | 38 | 1E | 14 |
| Octal | 103 | 101 | 44 | 0 | 3 | 56 | 112 | 70 | 36 | 24 |
| Binary | 1000011 | 1000001 | 100100 | 0 | 11 | 101110 | 1001010 | 111000 | 11110 | 10100 |
Color Harmonies of #434124
Complementary color
Monochromatic Colors of #434124
Black with #434124
Text Example
Text Example
White with #434124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434124; }
p { color: rgb(67,65,36); }
H1.HeaderClassName
{
color: #434124;
}
.AnyTagClassName
{
color: #434124;
}
</style>
background-color css
<style>
a { background-color: #434124; }
a { background-color: rgb(67,65,36); }
div.DivClassName
{
background-color: #434124;
}
.BgClassName
{
background-color: #434124;
}
</style>
border-color css
<style>
span { border-color: #434124; }
span { border-color: rgb(67,65,36); }
td.TdClassName
{
border-color: #434124;
}
.TagClassName
{
border-color: #434124;
}
</style>