#543240

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

Shades of Barossa #543240

Tints of Barossa #543240

Color information

#543240 (or 0x543240) is unknown color: approx Barossa. HEX triplet: 54, 32 and 40. RGB value is (84,50,64). Sum of RGB (Red+Green+Blue) = 84+50+64=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 84 - color contains mainly: red. Hex color #543240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543240 is #ABCDBF. Grayscale: #3D3D3D. Windows color (decimal): -11259328 or 4207188. OLE color: 4207188.

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

Color convert

RGB845064-
CMYK00.400.240.67
HSL335.29º25.37%26.27%-
HSV(B)335.29º40.48%32.94%-
XYZ5.724.545.42-
YUV61.76129.26143.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.42%
GREEN value IS 50 (19.92% from 255) = 25.25%
BLUE value IS 64 (25.39% from 255) = 32.32%
R=42.42%
G=25.25%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84506400.400.240.67335.2925.3726.27
Hex543240028184314f191a
Octal12462100050301035173132
Binary1010100110010100000001010001100010000111010011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543240; }

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

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

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

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

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

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

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

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