Shades of Barossa #522E3E
Tints of Barossa #522E3E
RGB
CMYK
RGB Variations
Color information
#522E3E (or 0x522E3E) is known color: Barossa. HEX triplet: 52, 2E and 3E. RGB value is (82,46,62). Sum of RGB (Red+Green+Blue) = 82+46+62=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 82 - color contains mainly: red. Hex color #522E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522E3E is #ADD1C1. Grayscale: #3A3A3A. Windows color (decimal): -11391426 or 4075090. OLE color: 4075090.
HSL color Cylindrical-coordinate representation of color #522E3E: hue angle of 333.33º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #522E3E is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 46 | 62 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.68 |
| HSL | 333.33º | 0.28% | 0.25% | - |
| HSV(B) | 333.33º | 0.44% | 0.32% | - |
| XYZ | 5.33 | 4.1 | 5.07 | - |
| YUV | 58.59 | 129.93 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 46 | 62 | 0 | 0.44 | 0.24 | 0.68 | 333.33 | 0.28 | 0.25 |
| Hex | 52 | 2E | 3E | 0 | 2C | 18 | 44 | 14D | 1C | 19 |
| Octal | 122 | 56 | 76 | 0 | 54 | 30 | 104 | 515 | 34 | 31 |
| Binary | 1010010 | 101110 | 111110 | 0 | 101100 | 11000 | 1000100 | 101001101 | 11100 | 11001 |
Color Harmonies of #522E3E
Complementary color
Monochromatic Colors of #522E3E
Black with #522E3E
Text Example
Text Example
White with #522E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522E3E; }
p { color: rgb(82,46,62); }
H1.HeaderClassName
{
color: #522E3E;
}
.AnyTagClassName
{
color: #522E3E;
}
</style>
background-color css
<style>
a { background-color: #522E3E; }
a { background-color: rgb(82,46,62); }
div.DivClassName
{
background-color: #522E3E;
}
.BgClassName
{
background-color: #522E3E;
}
</style>
border-color css
<style>
span { border-color: #522E3E; }
span { border-color: rgb(82,46,62); }
td.TdClassName
{
border-color: #522E3E;
}
.TagClassName
{
border-color: #522E3E;
}
</style>