Shades of Barossa #492D3B
Tints of Barossa #492D3B
RGB
CMYK
RGB Variations
Color information
#492D3B (or 0x492D3B) is known color: Barossa. HEX triplet: 49, 2D and 3B. RGB value is (73,45,59). Sum of RGB (Red+Green+Blue) = 73+45+59=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 45 (17.97% from 255 or 25.42% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 73 - color contains mainly: red. Hex color #492D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492D3B is #B6D2C4. Grayscale: #363636. Windows color (decimal): -11981509 or 3878217. OLE color: 3878217.
HSL color Cylindrical-coordinate representation of color #492D3B: hue angle of 330º 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 #492D3B is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 45 | 59 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.71 |
| HSL | 330º | 0.24% | 0.23% | - |
| HSV(B) | 330º | 0.38% | 0.29% | - |
| XYZ | 4.48 | 3.61 | 4.6 | - |
| YUV | 54.97 | 130.28 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 45 | 59 | 0 | 0.38 | 0.19 | 0.71 | 330 | 0.24 | 0.23 |
| Hex | 49 | 2D | 3B | 0 | 26 | 13 | 47 | 14A | 18 | 17 |
| Octal | 111 | 55 | 73 | 0 | 46 | 23 | 107 | 512 | 30 | 27 |
| Binary | 1001001 | 101101 | 111011 | 0 | 100110 | 10011 | 1000111 | 101001010 | 11000 | 10111 |
Color Harmonies of #492D3B
Complementary color
Monochromatic Colors of #492D3B
Black with #492D3B
Text Example
Text Example
White with #492D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492D3B; }
p { color: rgb(73,45,59); }
H1.HeaderClassName
{
color: #492D3B;
}
.AnyTagClassName
{
color: #492D3B;
}
</style>
background-color css
<style>
a { background-color: #492D3B; }
a { background-color: rgb(73,45,59); }
div.DivClassName
{
background-color: #492D3B;
}
.BgClassName
{
background-color: #492D3B;
}
</style>
border-color css
<style>
span { border-color: #492D3B; }
span { border-color: rgb(73,45,59); }
td.TdClassName
{
border-color: #492D3B;
}
.TagClassName
{
border-color: #492D3B;
}
</style>