#543444

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

Shades of Barossa #543444

Tints of Barossa #543444

Color information

#543444 (or 0x543444) is unknown color: approx Barossa. HEX triplet: 54, 34 and 44. RGB value is (84,52,68). Sum of RGB (Red+Green+Blue) = 84+52+68=204 (27% of max value = 765). Red value is 84 (33.20% from 255 or 41.18% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 68 (26.95% from 255 or 33.33% from 204); Max value from RGB is 84 - color contains mainly: red. Hex color #543444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543444 is #ABCBBB. Grayscale: #3F3F3F. Windows color (decimal): -11258812 or 4469844. OLE color: 4469844.

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

Color convert

RGB845268-
CMYK00.380.190.67
HSL330º23.53%26.67%-
HSV(B)330º38.1%32.94%-
XYZ5.934.766.07-
YUV63.39130.6142.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.18%
GREEN value IS 52 (20.70% from 255) = 25.49%
BLUE value IS 68 (26.95% from 255) = 33.33%
R=41.18%
G=25.49%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84526800.380.190.6733023.5326.67
Hex543444026134314a181b
Octal12464104046231035123033
Binary1010100110100100010001001101001110000111010010101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543444; }

 p { color: rgb(84,52,68); }

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

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

 a { background-color: rgb(84,52,68); }

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

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

 span { border-color: rgb(84,52,68); }

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