Shades of Barossa #492D39
Tints of Barossa #492D39
RGB
CMYK
RGB Variations
Color information
#492D39 (or 0x492D39) is known color: Barossa. HEX triplet: 49, 2D and 39. RGB value is (73,45,57). Sum of RGB (Red+Green+Blue) = 73+45+57=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 45 (17.97% from 255 or 25.71% from 175); Blue value is 57 (22.66% from 255 or 32.57% from 175); Max value from RGB is 73 - color contains mainly: red. Hex color #492D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492D39 is #B6D2C6. Grayscale: #363636. Windows color (decimal): -11981511 or 3747145. OLE color: 3747145.
HSL color Cylindrical-coordinate representation of color #492D39: hue angle of 334.29º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #492D39 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 45 | 57 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.71 |
| HSL | 334.29º | 0.24% | 0.23% | - |
| HSV(B) | 334.29º | 0.38% | 0.29% | - |
| XYZ | 4.42 | 3.59 | 4.33 | - |
| YUV | 54.74 | 129.28 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 45 | 57 | 0 | 0.38 | 0.22 | 0.71 | 334.29 | 0.24 | 0.23 |
| Hex | 49 | 2D | 39 | 0 | 26 | 16 | 47 | 14E | 18 | 17 |
| Octal | 111 | 55 | 71 | 0 | 46 | 26 | 107 | 516 | 30 | 27 |
| Binary | 1001001 | 101101 | 111001 | 0 | 100110 | 10110 | 1000111 | 101001110 | 11000 | 10111 |
Color Harmonies of #492D39
Complementary color
Monochromatic Colors of #492D39
Black with #492D39
Text Example
Text Example
White with #492D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492D39; }
p { color: rgb(73,45,57); }
H1.HeaderClassName
{
color: #492D39;
}
.AnyTagClassName
{
color: #492D39;
}
</style>
background-color css
<style>
a { background-color: #492D39; }
a { background-color: rgb(73,45,57); }
div.DivClassName
{
background-color: #492D39;
}
.BgClassName
{
background-color: #492D39;
}
</style>
border-color css
<style>
span { border-color: #492D39; }
span { border-color: rgb(73,45,57); }
td.TdClassName
{
border-color: #492D39;
}
.TagClassName
{
border-color: #492D39;
}
</style>