Shades of Barossa #49353D
Tints of Barossa #49353D
RGB
CMYK
RGB Variations
Color information
#49353D (or 0x49353D) is known color: Barossa. HEX triplet: 49, 35 and 3D. RGB value is (73,53,61). Sum of RGB (Red+Green+Blue) = 73+53+61=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 73 - color contains mainly: red. Hex color #49353D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49353D is #B6CAC2. Grayscale: #3B3B3B. Windows color (decimal): -11979459 or 4011337. OLE color: 4011337.
HSL color Cylindrical-coordinate representation of color #49353D: hue angle of 336º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #49353D is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 53 | 61 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.71 |
| HSL | 336º | 0.16% | 0.25% | - |
| HSV(B) | 336º | 0.27% | 0.29% | - |
| XYZ | 4.86 | 4.3 | 4.99 | - |
| YUV | 59.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 53 | 61 | 0 | 0.27 | 0.16 | 0.71 | 336 | 0.16 | 0.25 |
| Hex | 49 | 35 | 3D | 0 | 1B | 10 | 47 | 150 | 10 | 19 |
| Octal | 111 | 65 | 75 | 0 | 33 | 20 | 107 | 520 | 20 | 31 |
| Binary | 1001001 | 110101 | 111101 | 0 | 11011 | 10000 | 1000111 | 101010000 | 10000 | 11001 |
Color Harmonies of #49353D
Complementary color
Monochromatic Colors of #49353D
Black with #49353D
Text Example
Text Example
White with #49353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49353D; }
p { color: rgb(73,53,61); }
H1.HeaderClassName
{
color: #49353D;
}
.AnyTagClassName
{
color: #49353D;
}
</style>
background-color css
<style>
a { background-color: #49353D; }
a { background-color: rgb(73,53,61); }
div.DivClassName
{
background-color: #49353D;
}
.BgClassName
{
background-color: #49353D;
}
</style>
border-color css
<style>
span { border-color: #49353D; }
span { border-color: rgb(73,53,61); }
td.TdClassName
{
border-color: #49353D;
}
.TagClassName
{
border-color: #49353D;
}
</style>