#553020

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

Shades of Indian Tan #553020

Tints of Indian Tan #553020

Color information

#553020 (or 0x553020) is unknown color: approx Indian Tan. HEX triplet: 55, 30 and 20. RGB value is (85,48,32). Sum of RGB (Red+Green+Blue) = 85+48+32=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #553020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553020 is #AACFDF. Grayscale: #393939. Windows color (decimal): -11194336 or 2109525. OLE color: 2109525.

HSL color Cylindrical-coordinate representation of color #553020: hue angle of 18.11º 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 #553020 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB854832-
CMYK00.440.620.67
HSL18.11º45.3%22.94%-
HSV(B)18.11º62.35%33.33%-
XYZ5.064.151.9-
YUV57.24113.76147.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.52%
GREEN value IS 48 (19.14% from 255) = 29.09%
BLUE value IS 32 (12.89% from 255) = 19.39%
R=51.52%
G=29.09%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85483200.440.620.6718.1145.322.94
Hex55302002C3E43122d17
Octal125604005476103225527
Binary1010101110000100000010110011111010000111001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553020; }

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

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

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

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

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

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

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

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