Shades of Woodburn #49392A
Tints of Woodburn #49392A
RGB
CMYK
RGB Variations
Color information
#49392A (or 0x49392A) is known color: Woodburn. HEX triplet: 49, 39 and 2A. RGB value is (73,57,42). Sum of RGB (Red+Green+Blue) = 73+57+42=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 73 - color contains mainly: red. Hex color #49392A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49392A is #B6C6D5. Grayscale: #3C3C3C. Windows color (decimal): -11978454 or 2767177. OLE color: 2767177.
HSL color Cylindrical-coordinate representation of color #49392A: hue angle of 29.03º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #49392A is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 57 | 42 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.71 |
| HSL | 29.03º | 0.27% | 0.23% | - |
| HSV(B) | 29.03º | 0.42% | 0.29% | - |
| XYZ | 4.63 | 4.51 | 2.82 | - |
| YUV | 60.07 | 117.8 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 57 | 42 | 0 | 0.22 | 0.42 | 0.71 | 29.03 | 0.27 | 0.23 |
| Hex | 49 | 39 | 2A | 0 | 16 | 2A | 47 | 1D | 1B | 17 |
| Octal | 111 | 71 | 52 | 0 | 26 | 52 | 107 | 35 | 33 | 27 |
| Binary | 1001001 | 111001 | 101010 | 0 | 10110 | 101010 | 1000111 | 11101 | 11011 | 10111 |
Color Harmonies of #49392A
Complementary color
Monochromatic Colors of #49392A
Black with #49392A
Text Example
Text Example
White with #49392A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49392A; }
p { color: rgb(73,57,42); }
H1.HeaderClassName
{
color: #49392A;
}
.AnyTagClassName
{
color: #49392A;
}
</style>
background-color css
<style>
a { background-color: #49392A; }
a { background-color: rgb(73,57,42); }
div.DivClassName
{
background-color: #49392A;
}
.BgClassName
{
background-color: #49392A;
}
</style>
border-color css
<style>
span { border-color: #49392A; }
span { border-color: rgb(73,57,42); }
td.TdClassName
{
border-color: #49392A;
}
.TagClassName
{
border-color: #49392A;
}
</style>