#543243

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

Shades of Barossa #543243

Tints of Barossa #543243

Color information

#543243 (or 0x543243) is unknown color: approx Barossa. HEX triplet: 54, 32 and 43. RGB value is (84,50,67). Sum of RGB (Red+Green+Blue) = 84+50+67=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 67 (26.56% from 255 or 33.33% from 201); Max value from RGB is 84 - color contains mainly: red. Hex color #543243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543243 is #ABCDBC. Grayscale: #3E3E3E. Windows color (decimal): -11259325 or 4403796. OLE color: 4403796.

HSL color Cylindrical-coordinate representation of color #543243: hue angle of 330º 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 #543243 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB845067-
CMYK00.400.200.67
HSL330º25.37%26.27%-
HSV(B)330º40.48%32.94%-
XYZ5.814.575.89-
YUV62.1130.76143.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.79%
GREEN value IS 50 (19.92% from 255) = 24.88%
BLUE value IS 67 (26.56% from 255) = 33.33%
R=41.79%
G=24.88%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84506700.400.200.6733025.3726.27
Hex543243028144314a191a
Octal12462103050241035123132
Binary1010100110010100001101010001010010000111010010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543243; }

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

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

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

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

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

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

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

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