#543140

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

Shades of Barossa #543140

Tints of Barossa #543140

Color information

#543140 (or 0x543140) is unknown color: approx Barossa. HEX triplet: 54, 31 and 40. RGB value is (84,49,64). Sum of RGB (Red+Green+Blue) = 84+49+64=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 84 - color contains mainly: red. Hex color #543140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543140 is #ABCEBF. Grayscale: #3D3D3D. Windows color (decimal): -11259584 or 4206932. OLE color: 4206932.

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

Color convert

RGB844964-
CMYK00.420.240.67
HSL334.29º26.32%26.08%-
HSV(B)334.29º41.67%32.94%-
XYZ5.684.455.41-
YUV61.18129.6144.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.64%
GREEN value IS 49 (19.53% from 255) = 24.87%
BLUE value IS 64 (25.39% from 255) = 32.49%
R=42.64%
G=24.87%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84496400.420.240.67334.2926.3226.08
Hex54314002A184314e1a1a
Octal12461100052301035163232
Binary1010100110001100000001010101100010000111010011101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543140; }

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

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

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

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

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

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

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

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