#552740

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

Shades of Barossa #552740

Tints of Barossa #552740

Color information

#552740 (or 0x552740) is unknown color: approx Barossa. HEX triplet: 55, 27 and 40. RGB value is (85,39,64). Sum of RGB (Red+Green+Blue) = 85+39+64=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #552740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552740 is #AAD8BF. Grayscale: #373737. Windows color (decimal): -11196608 or 4204373. OLE color: 4204373.

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

Color convert

RGB853964-
CMYK00.540.250.67
HSL327.39º37.1%24.31%-
HSV(B)327.39º54.12%33.33%-
XYZ5.43.755.29-
YUV55.6132.74148.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 39 (15.62% from 255) = 20.74%
BLUE value IS 64 (25.39% from 255) = 34.04%
R=45.21%
G=20.74%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85396400.540.250.67327.3937.124.31
Hex55274003619431472518
Octal12547100066311035074530
Binary10101011001111000000011011011001100001110100011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552740; }

 p { color: rgb(85,39,64); }

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

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

 a { background-color: rgb(85,39,64); }

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

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

 span { border-color: rgb(85,39,64); }

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