Shades of Woodrush #433F2A
Tints of Woodrush #433F2A
RGB
CMYK
RGB Variations
Color information
#433F2A (or 0x433F2A) is known color: Woodrush. HEX triplet: 43, 3F and 2A. RGB value is (67,63,42). Sum of RGB (Red+Green+Blue) = 67+63+42=172 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.95% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 67 - color contains mainly: red. Hex color #433F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433F2A is #BCC0D5. Grayscale: #3D3D3D. Windows color (decimal): -12370134 or 2768707. OLE color: 2768707.
HSL color Cylindrical-coordinate representation of color #433F2A: hue angle of 50.4º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #433F2A is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 63 | 42 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.74 |
| HSL | 50.4º | 0.23% | 0.21% | - |
| HSV(B) | 50.4º | 0.37% | 0.26% | - |
| XYZ | 4.51 | 4.92 | 2.9 | - |
| YUV | 61.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 63 | 42 | 0 | 0.06 | 0.37 | 0.74 | 50.4 | 0.23 | 0.21 |
| Hex | 43 | 3F | 2A | 0 | 6 | 25 | 4A | 32 | 17 | 15 |
| Octal | 103 | 77 | 52 | 0 | 6 | 45 | 112 | 62 | 27 | 25 |
| Binary | 1000011 | 111111 | 101010 | 0 | 110 | 100101 | 1001010 | 110010 | 10111 | 10101 |
Color Harmonies of #433F2A
Complementary color
Monochromatic Colors of #433F2A
Black with #433F2A
Text Example
Text Example
White with #433F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433F2A; }
p { color: rgb(67,63,42); }
H1.HeaderClassName
{
color: #433F2A;
}
.AnyTagClassName
{
color: #433F2A;
}
</style>
background-color css
<style>
a { background-color: #433F2A; }
a { background-color: rgb(67,63,42); }
div.DivClassName
{
background-color: #433F2A;
}
.BgClassName
{
background-color: #433F2A;
}
</style>
border-color css
<style>
span { border-color: #433F2A; }
span { border-color: rgb(67,63,42); }
td.TdClassName
{
border-color: #433F2A;
}
.TagClassName
{
border-color: #433F2A;
}
</style>