Shades of Barossa #492C3B
Tints of Barossa #492C3B
RGB
CMYK
RGB Variations
Color information
#492C3B (or 0x492C3B) is known color: Barossa. HEX triplet: 49, 2C and 3B. RGB value is (73,44,59). Sum of RGB (Red+Green+Blue) = 73+44+59=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 44 (17.58% from 255 or 25% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 73 - color contains mainly: red. Hex color #492C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492C3B is #B6D3C4. Grayscale: #363636. Windows color (decimal): -11981765 or 3877961. OLE color: 3877961.
HSL color Cylindrical-coordinate representation of color #492C3B: hue angle of 328.97º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #492C3B is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 44 | 59 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.71 |
| HSL | 328.97º | 0.25% | 0.23% | - |
| HSV(B) | 328.97º | 0.4% | 0.29% | - |
| XYZ | 4.44 | 3.53 | 4.59 | - |
| YUV | 54.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 44 | 59 | 0 | 0.40 | 0.19 | 0.71 | 328.97 | 0.25 | 0.23 |
| Hex | 49 | 2C | 3B | 0 | 28 | 13 | 47 | 149 | 19 | 17 |
| Octal | 111 | 54 | 73 | 0 | 50 | 23 | 107 | 511 | 31 | 27 |
| Binary | 1001001 | 101100 | 111011 | 0 | 101000 | 10011 | 1000111 | 101001001 | 11001 | 10111 |
Color Harmonies of #492C3B
Complementary color
Monochromatic Colors of #492C3B
Black with #492C3B
Text Example
Text Example
White with #492C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492C3B; }
p { color: rgb(73,44,59); }
H1.HeaderClassName
{
color: #492C3B;
}
.AnyTagClassName
{
color: #492C3B;
}
</style>
background-color css
<style>
a { background-color: #492C3B; }
a { background-color: rgb(73,44,59); }
div.DivClassName
{
background-color: #492C3B;
}
.BgClassName
{
background-color: #492C3B;
}
</style>
border-color css
<style>
span { border-color: #492C3B; }
span { border-color: rgb(73,44,59); }
td.TdClassName
{
border-color: #492C3B;
}
.TagClassName
{
border-color: #492C3B;
}
</style>