#553120

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

Shades of Indian Tan #553120

Tints of Indian Tan #553120

Color information

#553120 (or 0x553120) is unknown color: approx Indian Tan. HEX triplet: 55, 31 and 20. RGB value is (85,49,32). Sum of RGB (Red+Green+Blue) = 85+49+32=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #553120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553120 is #AACEDF. Grayscale: #393939. Windows color (decimal): -11194080 or 2109781. OLE color: 2109781.

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

Color convert

RGB854932-
CMYK00.420.620.67
HSL19.25º45.3%22.94%-
HSV(B)19.25º62.35%33.33%-
XYZ5.114.231.91-
YUV57.83113.43147.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.20%
GREEN value IS 49 (19.53% from 255) = 29.52%
BLUE value IS 32 (12.89% from 255) = 19.28%
R=51.20%
G=29.52%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85493200.420.620.6719.2545.322.94
Hex55312002A3E43132d17
Octal125614005276103235527
Binary1010101110001100000010101011111010000111001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553120; }

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

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

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

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

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

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

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

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