#542640

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

Shades of Barossa #542640

Tints of Barossa #542640

Color information

#542640 (or 0x542640) is unknown color: approx Barossa. HEX triplet: 54, 26 and 40. RGB value is (84,38,64). Sum of RGB (Red+Green+Blue) = 84+38+64=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 84 - color contains mainly: red. Hex color #542640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542640 is #ABD9BF. Grayscale: #363636. Windows color (decimal): -11262400 or 4204116. OLE color: 4204116.

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

Color convert

RGB843864-
CMYK00.550.240.67
HSL326.09º37.7%23.92%-
HSV(B)326.09º54.76%32.94%-
XYZ5.273.645.28-
YUV54.72133.24148.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.16%
GREEN value IS 38 (15.23% from 255) = 20.43%
BLUE value IS 64 (25.39% from 255) = 34.41%
R=45.16%
G=20.43%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84386400.550.240.67326.0937.723.92
Hex54264003718431462618
Octal12446100067301035064630
Binary10101001001101000000011011111000100001110100011010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542640; }

 p { color: rgb(84,38,64); }

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

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

 a { background-color: rgb(84,38,64); }

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

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

 span { border-color: rgb(84,38,64); }

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