#552E43

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

Shades of Barossa #552E43

Tints of Barossa #552E43

Color information

#552E43 (or 0x552E43) is unknown color: approx Barossa. HEX triplet: 55, 2E and 43. RGB value is (85,46,67). Sum of RGB (Red+Green+Blue) = 85+46+67=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 67 (26.56% from 255 or 33.84% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #552E43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552E43 is #AAD1BC. Grayscale: #3C3C3C. Windows color (decimal): -11194813 or 4402773. OLE color: 4402773.

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

Color convert

RGB854667-
CMYK00.460.210.67
HSL327.69º29.77%25.69%-
HSV(B)327.69º45.88%33.33%-
XYZ5.744.295.84-
YUV60.06131.92145.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.93%
GREEN value IS 46 (18.36% from 255) = 23.23%
BLUE value IS 67 (26.56% from 255) = 33.84%
R=42.93%
G=23.23%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85466700.460.210.67327.6929.7725.69
Hex552E4302E15431481e1a
Octal12556103056251035103632
Binary1010101101110100001101011101010110000111010010001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552E43; }

 p { color: rgb(85,46,67); }

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

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

 a { background-color: rgb(85,46,67); }

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

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

 span { border-color: rgb(85,46,67); }

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