#54223C

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

Shades of Barossa #54223C

Tints of Barossa #54223C

Color information

#54223C (or 0x54223C) is unknown color: approx Barossa. HEX triplet: 54, 22 and 3C. RGB value is (84,34,60). Sum of RGB (Red+Green+Blue) = 84+34+60=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 84 - color contains mainly: red. Hex color #54223C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54223C is #ABDDC3. Grayscale: #333333. Windows color (decimal): -11263428 or 3940948. OLE color: 3940948.

HSL color Cylindrical-coordinate representation of color #54223C: hue angle of 328.8º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54223C is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB843460-
CMYK00.600.290.67
HSL328.8º42.37%23.14%-
HSV(B)328.8º59.52%32.94%-
XYZ5.043.364.66-
YUV51.91132.56150.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.19%
GREEN value IS 34 (13.67% from 255) = 19.10%
BLUE value IS 60 (23.83% from 255) = 33.71%
R=47.19%
G=19.10%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84346000.600.290.67328.842.3723.14
Hex54223C03C1D431492a17
Octal1244274074351035115227
Binary1010100100010111100011110011101100001110100100110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54223C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54223C; }

 p { color: rgb(84,34,60); }

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

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

 a { background-color: rgb(84,34,60); }

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

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

 span { border-color: rgb(84,34,60); }

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