Shades of Barossa #492D3D
Tints of Barossa #492D3D
RGB
CMYK
RGB Variations
Color information
#492D3D (or 0x492D3D) is known color: Barossa. HEX triplet: 49, 2D and 3D. RGB value is (73,45,61). Sum of RGB (Red+Green+Blue) = 73+45+61=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 45 (17.97% from 255 or 25.14% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 73 - color contains mainly: red. Hex color #492D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492D3D is #B6D2C2. Grayscale: #373737. Windows color (decimal): -11981507 or 4009289. OLE color: 4009289.
HSL color Cylindrical-coordinate representation of color #492D3D: hue angle of 325.71º 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 #492D3D is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 45 | 61 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.71 |
| HSL | 325.71º | 0.24% | 0.23% | - |
| HSV(B) | 325.71º | 0.38% | 0.29% | - |
| XYZ | 4.53 | 3.63 | 4.88 | - |
| YUV | 55.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 45 | 61 | 0 | 0.38 | 0.16 | 0.71 | 325.71 | 0.24 | 0.23 |
| Hex | 49 | 2D | 3D | 0 | 26 | 10 | 47 | 146 | 18 | 17 |
| Octal | 111 | 55 | 75 | 0 | 46 | 20 | 107 | 506 | 30 | 27 |
| Binary | 1001001 | 101101 | 111101 | 0 | 100110 | 10000 | 1000111 | 101000110 | 11000 | 10111 |
Color Harmonies of #492D3D
Complementary color
Monochromatic Colors of #492D3D
Black with #492D3D
Text Example
Text Example
White with #492D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492D3D; }
p { color: rgb(73,45,61); }
H1.HeaderClassName
{
color: #492D3D;
}
.AnyTagClassName
{
color: #492D3D;
}
</style>
background-color css
<style>
a { background-color: #492D3D; }
a { background-color: rgb(73,45,61); }
div.DivClassName
{
background-color: #492D3D;
}
.BgClassName
{
background-color: #492D3D;
}
</style>
border-color css
<style>
span { border-color: #492D3D; }
span { border-color: rgb(73,45,61); }
td.TdClassName
{
border-color: #492D3D;
}
.TagClassName
{
border-color: #492D3D;
}
</style>