Shades of Woodburn #493829
Tints of Woodburn #493829
RGB
CMYK
RGB Variations
Color information
#493829 (or 0x493829) is known color: Woodburn. HEX triplet: 49, 38 and 29. RGB value is (73,56,41). Sum of RGB (Red+Green+Blue) = 73+56+41=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 41 (16.41% from 255 or 24.12% from 170); Max value from RGB is 73 - color contains mainly: red. Hex color #493829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493829 is #B6C7D6. Grayscale: #3B3B3B. Windows color (decimal): -11978711 or 2701385. OLE color: 2701385.
HSL color Cylindrical-coordinate representation of color #493829: hue angle of 28.12º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #493829 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 56 | 41 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.71 |
| HSL | 28.13º | 0.28% | 0.22% | - |
| HSV(B) | 28.13º | 0.44% | 0.29% | - |
| XYZ | 4.56 | 4.4 | 2.71 | - |
| YUV | 59.37 | 117.63 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 56 | 41 | 0 | 0.23 | 0.44 | 0.71 | 28.13 | 0.28 | 0.22 |
| Hex | 49 | 38 | 29 | 0 | 17 | 2C | 47 | 1C | 1C | 16 |
| Octal | 111 | 70 | 51 | 0 | 27 | 54 | 107 | 34 | 34 | 26 |
| Binary | 1001001 | 111000 | 101001 | 0 | 10111 | 101100 | 1000111 | 11100 | 11100 | 10110 |
Color Harmonies of #493829
Complementary color
Monochromatic Colors of #493829
Black with #493829
Text Example
Text Example
White with #493829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493829; }
p { color: rgb(73,56,41); }
H1.HeaderClassName
{
color: #493829;
}
.AnyTagClassName
{
color: #493829;
}
</style>
background-color css
<style>
a { background-color: #493829; }
a { background-color: rgb(73,56,41); }
div.DivClassName
{
background-color: #493829;
}
.BgClassName
{
background-color: #493829;
}
</style>
border-color css
<style>
span { border-color: #493829; }
span { border-color: rgb(73,56,41); }
td.TdClassName
{
border-color: #493829;
}
.TagClassName
{
border-color: #493829;
}
</style>