#543340

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

Shades of Barossa #543340

Tints of Barossa #543340

Color information

#543340 (or 0x543340) is unknown color: approx Barossa. HEX triplet: 54, 33 and 40. RGB value is (84,51,64). Sum of RGB (Red+Green+Blue) = 84+51+64=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 84 - color contains mainly: red. Hex color #543340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543340 is #ABCCBF. Grayscale: #3E3E3E. Windows color (decimal): -11259072 or 4207444. OLE color: 4207444.

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

Color convert

RGB845164-
CMYK00.390.240.67
HSL336.36º24.44%26.47%-
HSV(B)336.36º39.29%32.94%-
XYZ5.774.625.44-
YUV62.35128.93143.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.21%
GREEN value IS 51 (20.31% from 255) = 25.63%
BLUE value IS 64 (25.39% from 255) = 32.16%
R=42.21%
G=25.63%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84516400.390.240.67336.3624.4426.47
Hex5433400271843150181a
Octal12463100047301035203032
Binary1010100110011100000001001111100010000111010100001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543340; }

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

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

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

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

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

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

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

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