Shades of Barossa #522A3E
Tints of Barossa #522A3E
RGB
CMYK
RGB Variations
Color information
#522A3E (or 0x522A3E) is known color: Barossa. HEX triplet: 52, 2A and 3E. RGB value is (82,42,62). Sum of RGB (Red+Green+Blue) = 82+42+62=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 62 (24.61% from 255 or 33.33% from 186); Max value from RGB is 82 - color contains mainly: red. Hex color #522A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522A3E is #ADD5C1. Grayscale: #383838. Windows color (decimal): -11392450 or 4074066. OLE color: 4074066.
HSL color Cylindrical-coordinate representation of color #522A3E: hue angle of 330º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #522A3E is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 42 | 62 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.68 |
| HSL | 330º | 0.32% | 0.24% | - |
| HSV(B) | 330º | 0.49% | 0.32% | - |
| XYZ | 5.18 | 3.8 | 5.02 | - |
| YUV | 56.24 | 131.25 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 42 | 62 | 0 | 0.49 | 0.24 | 0.68 | 330 | 0.32 | 0.24 |
| Hex | 52 | 2A | 3E | 0 | 31 | 18 | 44 | 14A | 20 | 18 |
| Octal | 122 | 52 | 76 | 0 | 61 | 30 | 104 | 512 | 40 | 30 |
| Binary | 1010010 | 101010 | 111110 | 0 | 110001 | 11000 | 1000100 | 101001010 | 100000 | 11000 |
Color Harmonies of #522A3E
Complementary color
Monochromatic Colors of #522A3E
Black with #522A3E
Text Example
Text Example
White with #522A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522A3E; }
p { color: rgb(82,42,62); }
H1.HeaderClassName
{
color: #522A3E;
}
.AnyTagClassName
{
color: #522A3E;
}
</style>
background-color css
<style>
a { background-color: #522A3E; }
a { background-color: rgb(82,42,62); }
div.DivClassName
{
background-color: #522A3E;
}
.BgClassName
{
background-color: #522A3E;
}
</style>
border-color css
<style>
span { border-color: #522A3E; }
span { border-color: rgb(82,42,62); }
td.TdClassName
{
border-color: #522A3E;
}
.TagClassName
{
border-color: #522A3E;
}
</style>