Shades of Woodrush #433F21
Tints of Woodrush #433F21
RGB
CMYK
RGB Variations
Color information
#433F21 (or 0x433F21) is known color: Woodrush. HEX triplet: 43, 3F and 21. RGB value is (67,63,33). Sum of RGB (Red+Green+Blue) = 67+63+33=163 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.10% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 67 - color contains mainly: red. Hex color #433F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433F21 is #BCC0DE. Grayscale: #3C3C3C. Windows color (decimal): -12370143 or 2178883. OLE color: 2178883.
HSL color Cylindrical-coordinate representation of color #433F21: hue angle of 52.94º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #433F21 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 63 | 33 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.74 |
| HSL | 52.94º | 0.34% | 0.2% | - |
| HSV(B) | 52.94º | 0.51% | 0.26% | - |
| XYZ | 4.37 | 4.86 | 2.15 | - |
| YUV | 60.78 | 112.33 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 63 | 33 | 0 | 0.06 | 0.51 | 0.74 | 52.94 | 0.34 | 0.2 |
| Hex | 43 | 3F | 21 | 0 | 6 | 33 | 4A | 35 | 22 | 14 |
| Octal | 103 | 77 | 41 | 0 | 6 | 63 | 112 | 65 | 42 | 24 |
| Binary | 1000011 | 111111 | 100001 | 0 | 110 | 110011 | 1001010 | 110101 | 100010 | 10100 |
Color Harmonies of #433F21
Complementary color
Monochromatic Colors of #433F21
Black with #433F21
Text Example
Text Example
White with #433F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433F21; }
p { color: rgb(67,63,33); }
H1.HeaderClassName
{
color: #433F21;
}
.AnyTagClassName
{
color: #433F21;
}
</style>
background-color css
<style>
a { background-color: #433F21; }
a { background-color: rgb(67,63,33); }
div.DivClassName
{
background-color: #433F21;
}
.BgClassName
{
background-color: #433F21;
}
</style>
border-color css
<style>
span { border-color: #433F21; }
span { border-color: rgb(67,63,33); }
td.TdClassName
{
border-color: #433F21;
}
.TagClassName
{
border-color: #433F21;
}
</style>