Shades of Barossa #49323E
Tints of Barossa #49323E
RGB
CMYK
RGB Variations
Color information
#49323E (or 0x49323E) is known color: Barossa. HEX triplet: 49, 32 and 3E. RGB value is (73,50,62). Sum of RGB (Red+Green+Blue) = 73+50+62=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 73 - color contains mainly: red. Hex color #49323E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49323E is #B6CDC1. Grayscale: #3A3A3A. Windows color (decimal): -11980226 or 4076105. OLE color: 4076105.
HSL color Cylindrical-coordinate representation of color #49323E: hue angle of 328.7º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #49323E is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 50 | 62 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.71 |
| HSL | 328.7º | 0.19% | 0.24% | - |
| HSV(B) | 328.7º | 0.32% | 0.29% | - |
| XYZ | 4.76 | 4.05 | 5.09 | - |
| YUV | 58.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 50 | 62 | 0 | 0.32 | 0.15 | 0.71 | 328.7 | 0.19 | 0.24 |
| Hex | 49 | 32 | 3E | 0 | 20 | F | 47 | 149 | 13 | 18 |
| Octal | 111 | 62 | 76 | 0 | 40 | 17 | 107 | 511 | 23 | 30 |
| Binary | 1001001 | 110010 | 111110 | 0 | 100000 | 1111 | 1000111 | 101001001 | 10011 | 11000 |
Color Harmonies of #49323E
Complementary color
Monochromatic Colors of #49323E
Black with #49323E
Text Example
Text Example
White with #49323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49323E; }
p { color: rgb(73,50,62); }
H1.HeaderClassName
{
color: #49323E;
}
.AnyTagClassName
{
color: #49323E;
}
</style>
background-color css
<style>
a { background-color: #49323E; }
a { background-color: rgb(73,50,62); }
div.DivClassName
{
background-color: #49323E;
}
.BgClassName
{
background-color: #49323E;
}
</style>
border-color css
<style>
span { border-color: #49323E; }
span { border-color: rgb(73,50,62); }
td.TdClassName
{
border-color: #49323E;
}
.TagClassName
{
border-color: #49323E;
}
</style>