#542F40

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

Shades of Barossa #542F40

Tints of Barossa #542F40

Color information

#542F40 (or 0x542F40) is unknown color: approx Barossa. HEX triplet: 54, 2F and 40. RGB value is (84,47,64). Sum of RGB (Red+Green+Blue) = 84+47+64=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 84 - color contains mainly: red. Hex color #542F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542F40 is #ABD0BF. Grayscale: #3B3B3B. Windows color (decimal): -11260096 or 4206420. OLE color: 4206420.

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

Color convert

RGB844764-
CMYK00.440.240.67
HSL332.43º28.24%25.69%-
HSV(B)332.43º44.05%32.94%-
XYZ5.64.295.38-
YUV60130.26145.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.08%
GREEN value IS 47 (18.75% from 255) = 24.10%
BLUE value IS 64 (25.39% from 255) = 32.82%
R=43.08%
G=24.10%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84476400.440.240.67332.4328.2425.69
Hex542F4002C184314c1c1a
Octal12457100054301035143432
Binary1010100101111100000001011001100010000111010011001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542F40; }

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

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

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

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

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

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

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

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