#552642

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

Shades of Barossa #552642

Tints of Barossa #552642

Color information

#552642 (or 0x552642) is unknown color: approx Barossa. HEX triplet: 55, 26 and 42. RGB value is (85,38,66). Sum of RGB (Red+Green+Blue) = 85+38+66=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #552642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552642 is #AAD9BD. Grayscale: #373737. Windows color (decimal): -11196862 or 4335189. OLE color: 4335189.

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

Color convert

RGB853866-
CMYK00.550.220.67
HSL324.26º38.21%24.12%-
HSV(B)324.26º55.29%33.33%-
XYZ5.423.715.58-
YUV55.24134.07149.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.97%
GREEN value IS 38 (15.23% from 255) = 20.11%
BLUE value IS 66 (26.17% from 255) = 34.92%
R=44.97%
G=20.11%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85386600.550.220.67324.2638.2124.12
Hex55264203716431442618
Octal12546102067261035044630
Binary10101011001101000010011011110110100001110100010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552642; }

 p { color: rgb(85,38,66); }

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

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

 a { background-color: rgb(85,38,66); }

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

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

 span { border-color: rgb(85,38,66); }

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