Shades of Woodburn #493322
Tints of Woodburn #493322
RGB
CMYK
RGB Variations
Color information
#493322 (or 0x493322) is known color: Woodburn. HEX triplet: 49, 33 and 22. RGB value is (73,51,34). Sum of RGB (Red+Green+Blue) = 73+51+34=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 34 (13.67% from 255 or 21.52% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #493322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493322 is #B6CCDD. Grayscale: #373737. Windows color (decimal): -11979998 or 2241353. OLE color: 2241353.
HSL color Cylindrical-coordinate representation of color #493322: hue angle of 26.15º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #493322 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 51 | 34 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.71 |
| HSL | 26.15º | 0.36% | 0.21% | - |
| HSV(B) | 26.15º | 0.53% | 0.29% | - |
| XYZ | 4.22 | 3.9 | 2.04 | - |
| YUV | 55.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 51 | 34 | 0 | 0.30 | 0.53 | 0.71 | 26.15 | 0.36 | 0.21 |
| Hex | 49 | 33 | 22 | 0 | 1E | 35 | 47 | 1A | 24 | 15 |
| Octal | 111 | 63 | 42 | 0 | 36 | 65 | 107 | 32 | 44 | 25 |
| Binary | 1001001 | 110011 | 100010 | 0 | 11110 | 110101 | 1000111 | 11010 | 100100 | 10101 |
Color Harmonies of #493322
Complementary color
Monochromatic Colors of #493322
Black with #493322
Text Example
Text Example
White with #493322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493322; }
p { color: rgb(73,51,34); }
H1.HeaderClassName
{
color: #493322;
}
.AnyTagClassName
{
color: #493322;
}
</style>
background-color css
<style>
a { background-color: #493322; }
a { background-color: rgb(73,51,34); }
div.DivClassName
{
background-color: #493322;
}
.BgClassName
{
background-color: #493322;
}
</style>
border-color css
<style>
span { border-color: #493322; }
span { border-color: rgb(73,51,34); }
td.TdClassName
{
border-color: #493322;
}
.TagClassName
{
border-color: #493322;
}
</style>