Shades of Woodrush #434231
Tints of Woodrush #434231
RGB
CMYK
RGB Variations
Color information
#434231 (or 0x434231) is known color: Woodrush. HEX triplet: 43, 42 and 31. RGB value is (67,66,49). Sum of RGB (Red+Green+Blue) = 67+66+49=182 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.81% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 67 - color contains mainly: red. Hex color #434231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434231 is #BCBDCE. Grayscale: #404040. Windows color (decimal): -12369359 or 3228227. OLE color: 3228227.
HSL color Cylindrical-coordinate representation of color #434231: hue angle of 56.67º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #434231 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 66 | 49 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.74 |
| HSL | 56.67º | 0.16% | 0.23% | - |
| HSV(B) | 56.67º | 0.27% | 0.26% | - |
| XYZ | 4.82 | 5.31 | 3.68 | - |
| YUV | 64.36 | 119.33 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 66 | 49 | 0 | 0.01 | 0.27 | 0.74 | 56.67 | 0.16 | 0.23 |
| Hex | 43 | 42 | 31 | 0 | 1 | 1B | 4A | 39 | 10 | 17 |
| Octal | 103 | 102 | 61 | 0 | 1 | 33 | 112 | 71 | 20 | 27 |
| Binary | 1000011 | 1000010 | 110001 | 0 | 1 | 11011 | 1001010 | 111001 | 10000 | 10111 |
Color Harmonies of #434231
Complementary color
Monochromatic Colors of #434231
Black with #434231
Text Example
Text Example
White with #434231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434231; }
p { color: rgb(67,66,49); }
H1.HeaderClassName
{
color: #434231;
}
.AnyTagClassName
{
color: #434231;
}
</style>
background-color css
<style>
a { background-color: #434231; }
a { background-color: rgb(67,66,49); }
div.DivClassName
{
background-color: #434231;
}
.BgClassName
{
background-color: #434231;
}
</style>
border-color css
<style>
span { border-color: #434231; }
span { border-color: rgb(67,66,49); }
td.TdClassName
{
border-color: #434231;
}
.TagClassName
{
border-color: #434231;
}
</style>