Shades of Woodrush #433D2A
Tints of Woodrush #433D2A
RGB
CMYK
RGB Variations
Color information
#433D2A (or 0x433D2A) is known color: Woodrush. HEX triplet: 43, 3D and 2A. RGB value is (67,61,42). Sum of RGB (Red+Green+Blue) = 67+61+42=170 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.41% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 67 - color contains mainly: red. Hex color #433D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433D2A is #BCC2D5. Grayscale: #3C3C3C. Windows color (decimal): -12370646 or 2768195. OLE color: 2768195.
HSL color Cylindrical-coordinate representation of color #433D2A: hue angle of 45.6º 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 #433D2A is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 61 | 42 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.74 |
| HSL | 45.6º | 0.23% | 0.21% | - |
| HSV(B) | 45.6º | 0.37% | 0.26% | - |
| XYZ | 4.4 | 4.7 | 2.87 | - |
| YUV | 60.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 61 | 42 | 0 | 0.09 | 0.37 | 0.74 | 45.6 | 0.23 | 0.21 |
| Hex | 43 | 3D | 2A | 0 | 9 | 25 | 4A | 2E | 17 | 15 |
| Octal | 103 | 75 | 52 | 0 | 11 | 45 | 112 | 56 | 27 | 25 |
| Binary | 1000011 | 111101 | 101010 | 0 | 1001 | 100101 | 1001010 | 101110 | 10111 | 10101 |
Color Harmonies of #433D2A
Complementary color
Monochromatic Colors of #433D2A
Black with #433D2A
Text Example
Text Example
White with #433D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433D2A; }
p { color: rgb(67,61,42); }
H1.HeaderClassName
{
color: #433D2A;
}
.AnyTagClassName
{
color: #433D2A;
}
</style>
background-color css
<style>
a { background-color: #433D2A; }
a { background-color: rgb(67,61,42); }
div.DivClassName
{
background-color: #433D2A;
}
.BgClassName
{
background-color: #433D2A;
}
</style>
border-color css
<style>
span { border-color: #433D2A; }
span { border-color: rgb(67,61,42); }
td.TdClassName
{
border-color: #433D2A;
}
.TagClassName
{
border-color: #433D2A;
}
</style>