#553122

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

Shades of Indian Tan #553122

Tints of Indian Tan #553122

Color information

#553122 (or 0x553122) is unknown color: approx Indian Tan. HEX triplet: 55, 31 and 22. RGB value is (85,49,34). Sum of RGB (Red+Green+Blue) = 85+49+34=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 34 (13.67% from 255 or 20.24% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #553122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553122 is #AACEDD. Grayscale: #3A3A3A. Windows color (decimal): -11194078 or 2240853. OLE color: 2240853.

HSL color Cylindrical-coordinate representation of color #553122: hue angle of 17.65º degrees, saturation: 0.43, 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 #553122 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB854934-
CMYK00.420.600.67
HSL17.65º42.86%23.33%-
HSV(B)17.65º60%33.33%-
XYZ5.134.242.06-
YUV58.05114.43147.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.60%
GREEN value IS 49 (19.53% from 255) = 29.17%
BLUE value IS 34 (13.67% from 255) = 20.24%
R=50.60%
G=29.17%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85493400.420.600.6717.6542.8623.33
Hex55312202A3C43122b17
Octal125614205274103225327
Binary1010101110001100010010101011110010000111001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553122; }

 p { color: rgb(85,49,34); }

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

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

 a { background-color: rgb(85,49,34); }

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

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

 span { border-color: rgb(85,49,34); }

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