Shades of Barossa #542E41
Tints of Barossa #542E41
RGB
CMYK
RGB Variations
Color information
#542E41 (or 0x542E41) is known color: Barossa. HEX triplet: 54, 2E and 41. RGB value is (84,46,65). Sum of RGB (Red+Green+Blue) = 84+46+65=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 84 - color contains mainly: red. Hex color #542E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542E41 is #ABD1BE. Grayscale: #3B3B3B. Windows color (decimal): -11260351 or 4271700. OLE color: 4271700.
HSL color Cylindrical-coordinate representation of color #542E41: hue angle of 330º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #542E41 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 46 | 65 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.67 |
| HSL | 330º | 0.29% | 0.25% | - |
| HSV(B) | 330º | 0.45% | 0.33% | - |
| XYZ | 5.59 | 4.22 | 5.52 | - |
| YUV | 59.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 46 | 65 | 0 | 0.45 | 0.23 | 0.67 | 330 | 0.29 | 0.25 |
| Hex | 54 | 2E | 41 | 0 | 2D | 17 | 43 | 14A | 1D | 19 |
| Octal | 124 | 56 | 101 | 0 | 55 | 27 | 103 | 512 | 35 | 31 |
| Binary | 1010100 | 101110 | 1000001 | 0 | 101101 | 10111 | 1000011 | 101001010 | 11101 | 11001 |
Color Harmonies of #542E41
Complementary color
Monochromatic Colors of #542E41
Black with #542E41
Text Example
Text Example
White with #542E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542E41; }
p { color: rgb(84,46,65); }
H1.HeaderClassName
{
color: #542E41;
}
.AnyTagClassName
{
color: #542E41;
}
</style>
background-color css
<style>
a { background-color: #542E41; }
a { background-color: rgb(84,46,65); }
div.DivClassName
{
background-color: #542E41;
}
.BgClassName
{
background-color: #542E41;
}
</style>
border-color css
<style>
span { border-color: #542E41; }
span { border-color: rgb(84,46,65); }
td.TdClassName
{
border-color: #542E41;
}
.TagClassName
{
border-color: #542E41;
}
</style>