Shades of Barossa #542B3E
Tints of Barossa #542B3E
RGB
CMYK
RGB Variations
Color information
#542B3E (or 0x542B3E) is known color: Barossa. HEX triplet: 54, 2B and 3E. RGB value is (84,43,62). Sum of RGB (Red+Green+Blue) = 84+43+62=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 84 - color contains mainly: red. Hex color #542B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542B3E is #ABD4C1. Grayscale: #393939. Windows color (decimal): -11261122 or 4074324. OLE color: 4074324.
HSL color Cylindrical-coordinate representation of color #542B3E: hue angle of 332.2º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #542B3E is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 43 | 62 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.67 |
| HSL | 332.2º | 0.32% | 0.25% | - |
| HSV(B) | 332.2º | 0.49% | 0.33% | - |
| XYZ | 5.39 | 3.96 | 5.04 | - |
| YUV | 57.43 | 130.58 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 43 | 62 | 0 | 0.49 | 0.26 | 0.67 | 332.2 | 0.32 | 0.25 |
| Hex | 54 | 2B | 3E | 0 | 31 | 1A | 43 | 14C | 20 | 19 |
| Octal | 124 | 53 | 76 | 0 | 61 | 32 | 103 | 514 | 40 | 31 |
| Binary | 1010100 | 101011 | 111110 | 0 | 110001 | 11010 | 1000011 | 101001100 | 100000 | 11001 |
Color Harmonies of #542B3E
Complementary color
Monochromatic Colors of #542B3E
Black with #542B3E
Text Example
Text Example
White with #542B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542B3E; }
p { color: rgb(84,43,62); }
H1.HeaderClassName
{
color: #542B3E;
}
.AnyTagClassName
{
color: #542B3E;
}
</style>
background-color css
<style>
a { background-color: #542B3E; }
a { background-color: rgb(84,43,62); }
div.DivClassName
{
background-color: #542B3E;
}
.BgClassName
{
background-color: #542B3E;
}
</style>
border-color css
<style>
span { border-color: #542B3E; }
span { border-color: rgb(84,43,62); }
td.TdClassName
{
border-color: #542B3E;
}
.TagClassName
{
border-color: #542B3E;
}
</style>