Shades of Barossa #49333E
Tints of Barossa #49333E
RGB
CMYK
RGB Variations
Color information
#49333E (or 0x49333E) is known color: Barossa. HEX triplet: 49, 33 and 3E. RGB value is (73,51,62). Sum of RGB (Red+Green+Blue) = 73+51+62=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 62 (24.61% from 255 or 33.33% from 186); Max value from RGB is 73 - color contains mainly: red. Hex color #49333E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49333E is #B6CCC1. Grayscale: #3A3A3A. Windows color (decimal): -11979970 or 4076361. OLE color: 4076361.
HSL color Cylindrical-coordinate representation of color #49333E: hue angle of 330º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #49333E is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 51 | 62 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.71 |
| HSL | 330º | 0.18% | 0.24% | - |
| HSV(B) | 330º | 0.3% | 0.29% | - |
| XYZ | 4.8 | 4.13 | 5.1 | - |
| YUV | 58.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 51 | 62 | 0 | 0.30 | 0.15 | 0.71 | 330 | 0.18 | 0.24 |
| Hex | 49 | 33 | 3E | 0 | 1E | F | 47 | 14A | 12 | 18 |
| Octal | 111 | 63 | 76 | 0 | 36 | 17 | 107 | 512 | 22 | 30 |
| Binary | 1001001 | 110011 | 111110 | 0 | 11110 | 1111 | 1000111 | 101001010 | 10010 | 11000 |
Color Harmonies of #49333E
Complementary color
Monochromatic Colors of #49333E
Black with #49333E
Text Example
Text Example
White with #49333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49333E; }
p { color: rgb(73,51,62); }
H1.HeaderClassName
{
color: #49333E;
}
.AnyTagClassName
{
color: #49333E;
}
</style>
background-color css
<style>
a { background-color: #49333E; }
a { background-color: rgb(73,51,62); }
div.DivClassName
{
background-color: #49333E;
}
.BgClassName
{
background-color: #49333E;
}
</style>
border-color css
<style>
span { border-color: #49333E; }
span { border-color: rgb(73,51,62); }
td.TdClassName
{
border-color: #49333E;
}
.TagClassName
{
border-color: #49333E;
}
</style>