Shades of Barossa #492E3A
Tints of Barossa #492E3A
RGB
CMYK
RGB Variations
Color information
#492E3A (or 0x492E3A) is known color: Barossa. HEX triplet: 49, 2E and 3A. RGB value is (73,46,58). Sum of RGB (Red+Green+Blue) = 73+46+58=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 73 - color contains mainly: red. Hex color #492E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492E3A is #B6D1C5. Grayscale: #373737. Windows color (decimal): -11981254 or 3812937. OLE color: 3812937.
HSL color Cylindrical-coordinate representation of color #492E3A: hue angle of 333.33º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #492E3A is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 46 | 58 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.71 |
| HSL | 333.33º | 0.23% | 0.23% | - |
| HSV(B) | 333.33º | 0.37% | 0.29% | - |
| XYZ | 4.49 | 3.68 | 4.48 | - |
| YUV | 55.44 | 129.45 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 46 | 58 | 0 | 0.37 | 0.21 | 0.71 | 333.33 | 0.23 | 0.23 |
| Hex | 49 | 2E | 3A | 0 | 25 | 15 | 47 | 14D | 17 | 17 |
| Octal | 111 | 56 | 72 | 0 | 45 | 25 | 107 | 515 | 27 | 27 |
| Binary | 1001001 | 101110 | 111010 | 0 | 100101 | 10101 | 1000111 | 101001101 | 10111 | 10111 |
Color Harmonies of #492E3A
Complementary color
Monochromatic Colors of #492E3A
Black with #492E3A
Text Example
Text Example
White with #492E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492E3A; }
p { color: rgb(73,46,58); }
H1.HeaderClassName
{
color: #492E3A;
}
.AnyTagClassName
{
color: #492E3A;
}
</style>
background-color css
<style>
a { background-color: #492E3A; }
a { background-color: rgb(73,46,58); }
div.DivClassName
{
background-color: #492E3A;
}
.BgClassName
{
background-color: #492E3A;
}
</style>
border-color css
<style>
span { border-color: #492E3A; }
span { border-color: rgb(73,46,58); }
td.TdClassName
{
border-color: #492E3A;
}
.TagClassName
{
border-color: #492E3A;
}
</style>