Shades of Barossa #492A38
Tints of Barossa #492A38
RGB
CMYK
RGB Variations
Color information
#492A38 (or 0x492A38) is known color: Barossa. HEX triplet: 49, 2A and 38. RGB value is (73,42,56). Sum of RGB (Red+Green+Blue) = 73+42+56=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 42 (16.80% from 255 or 24.56% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 73 - color contains mainly: red. Hex color #492A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492A38 is #B6D5C7. Grayscale: #343434. Windows color (decimal): -11982280 or 3680841. OLE color: 3680841.
HSL color Cylindrical-coordinate representation of color #492A38: hue angle of 332.9º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #492A38 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 42 | 56 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.71 |
| HSL | 332.9º | 0.27% | 0.23% | - |
| HSV(B) | 332.9º | 0.42% | 0.29% | - |
| XYZ | 4.29 | 3.36 | 4.16 | - |
| YUV | 52.87 | 129.77 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 42 | 56 | 0 | 0.42 | 0.23 | 0.71 | 332.9 | 0.27 | 0.23 |
| Hex | 49 | 2A | 38 | 0 | 2A | 17 | 47 | 14D | 1B | 17 |
| Octal | 111 | 52 | 70 | 0 | 52 | 27 | 107 | 515 | 33 | 27 |
| Binary | 1001001 | 101010 | 111000 | 0 | 101010 | 10111 | 1000111 | 101001101 | 11011 | 10111 |
Color Harmonies of #492A38
Complementary color
Monochromatic Colors of #492A38
Black with #492A38
Text Example
Text Example
White with #492A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492A38; }
p { color: rgb(73,42,56); }
H1.HeaderClassName
{
color: #492A38;
}
.AnyTagClassName
{
color: #492A38;
}
</style>
background-color css
<style>
a { background-color: #492A38; }
a { background-color: rgb(73,42,56); }
div.DivClassName
{
background-color: #492A38;
}
.BgClassName
{
background-color: #492A38;
}
</style>
border-color css
<style>
span { border-color: #492A38; }
span { border-color: rgb(73,42,56); }
td.TdClassName
{
border-color: #492A38;
}
.TagClassName
{
border-color: #492A38;
}
</style>