#542842

Color #542842 Barossa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barossa #542842

Tints of Barossa #542842

Color information

#542842 (or 0x542842) is unknown color: approx Barossa. HEX triplet: 54, 28 and 42. RGB value is (84,40,66). Sum of RGB (Red+Green+Blue) = 84+40+66=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 84 - color contains mainly: red. Hex color #542842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542842 is #ABD7BD. Grayscale: #383838. Windows color (decimal): -11261886 or 4335700. OLE color: 4335700.

HSL color Cylindrical-coordinate representation of color #542842: hue angle of 324.55º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #542842 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB844066-
CMYK00.520.210.67
HSL324.55º35.48%24.31%-
HSV(B)324.55º52.38%32.94%-
XYZ5.43.85.6-
YUV56.12133.58147.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 44.21%
GREEN value IS 40 (16.02% from 255) = 21.05%
BLUE value IS 66 (26.17% from 255) = 34.74%
R=44.21%
G=21.05%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84406600.520.210.67324.5535.4824.31
Hex54284203415431452318
Octal12450102064251035054330
Binary10101001010001000010011010010101100001110100010110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542842; }

 p { color: rgb(84,40,66); }

 H1.HeaderClassName
 {
   color: #542842;
 }
 .AnyTagClassName
 {
   color: #542842;
 }
</style>
background-color css

<style>
 a { background-color: #542842; }

 a { background-color: rgb(84,40,66); }

 div.DivClassName
 {
   background-color: #542842;
 }
 .BgClassName
 {
   background-color: #542842;
 }
</style>
border-color css

<style>
 span { border-color: #542842; }

 span { border-color: rgb(84,40,66); }

 td.TdClassName
 {
   border-color: #542842;
 }
 .TagClassName
 {
   border-color: #542842;
 }
</style>