Shades of Woodburn #493828
Tints of Woodburn #493828
RGB
CMYK
RGB Variations
Color information
#493828 (or 0x493828) is known color: Woodburn. HEX triplet: 49, 38 and 28. RGB value is (73,56,40). Sum of RGB (Red+Green+Blue) = 73+56+40=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #493828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493828 is #B6C7D7. Grayscale: #3B3B3B. Windows color (decimal): -11978712 or 2635849. OLE color: 2635849.
HSL color Cylindrical-coordinate representation of color #493828: hue angle of 29.09º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #493828 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 56 | 40 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.71 |
| HSL | 29.09º | 0.29% | 0.22% | - |
| HSV(B) | 29.09º | 0.45% | 0.29% | - |
| XYZ | 4.54 | 4.4 | 2.62 | - |
| YUV | 59.26 | 117.13 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 56 | 40 | 0 | 0.23 | 0.45 | 0.71 | 29.09 | 0.29 | 0.22 |
| Hex | 49 | 38 | 28 | 0 | 17 | 2D | 47 | 1D | 1D | 16 |
| Octal | 111 | 70 | 50 | 0 | 27 | 55 | 107 | 35 | 35 | 26 |
| Binary | 1001001 | 111000 | 101000 | 0 | 10111 | 101101 | 1000111 | 11101 | 11101 | 10110 |
Color Harmonies of #493828
Complementary color
Monochromatic Colors of #493828
Black with #493828
Text Example
Text Example
White with #493828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493828; }
p { color: rgb(73,56,40); }
H1.HeaderClassName
{
color: #493828;
}
.AnyTagClassName
{
color: #493828;
}
</style>
background-color css
<style>
a { background-color: #493828; }
a { background-color: rgb(73,56,40); }
div.DivClassName
{
background-color: #493828;
}
.BgClassName
{
background-color: #493828;
}
</style>
border-color css
<style>
span { border-color: #493828; }
span { border-color: rgb(73,56,40); }
td.TdClassName
{
border-color: #493828;
}
.TagClassName
{
border-color: #493828;
}
</style>