Shades of Woodburn #49382B
Tints of Woodburn #49382B
RGB
CMYK
RGB Variations
Color information
#49382B (or 0x49382B) is known color: Woodburn. HEX triplet: 49, 38 and 2B. RGB value is (73,56,43). Sum of RGB (Red+Green+Blue) = 73+56+43=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 73 - color contains mainly: red. Hex color #49382B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49382B is #B6C7D4. Grayscale: #3B3B3B. Windows color (decimal): -11978709 or 2832457. OLE color: 2832457.
HSL color Cylindrical-coordinate representation of color #49382B: hue angle of 26º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49382B is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 56 | 43 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.71 |
| HSL | 26º | 0.26% | 0.23% | - |
| HSV(B) | 26º | 0.41% | 0.29% | - |
| XYZ | 4.6 | 4.42 | 2.9 | - |
| YUV | 59.6 | 118.63 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 56 | 43 | 0 | 0.23 | 0.41 | 0.71 | 26 | 0.26 | 0.23 |
| Hex | 49 | 38 | 2B | 0 | 17 | 29 | 47 | 1A | 1A | 17 |
| Octal | 111 | 70 | 53 | 0 | 27 | 51 | 107 | 32 | 32 | 27 |
| Binary | 1001001 | 111000 | 101011 | 0 | 10111 | 101001 | 1000111 | 11010 | 11010 | 10111 |
Color Harmonies of #49382B
Complementary color
Monochromatic Colors of #49382B
Black with #49382B
Text Example
Text Example
White with #49382B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49382B; }
p { color: rgb(73,56,43); }
H1.HeaderClassName
{
color: #49382B;
}
.AnyTagClassName
{
color: #49382B;
}
</style>
background-color css
<style>
a { background-color: #49382B; }
a { background-color: rgb(73,56,43); }
div.DivClassName
{
background-color: #49382B;
}
.BgClassName
{
background-color: #49382B;
}
</style>
border-color css
<style>
span { border-color: #49382B; }
span { border-color: rgb(73,56,43); }
td.TdClassName
{
border-color: #49382B;
}
.TagClassName
{
border-color: #49382B;
}
</style>