#553021

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

Shades of Indian Tan #553021

Tints of Indian Tan #553021

Color information

#553021 (or 0x553021) is unknown color: approx Indian Tan. HEX triplet: 55, 30 and 21. RGB value is (85,48,33). Sum of RGB (Red+Green+Blue) = 85+48+33=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #553021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553021 is #AACFDE. Grayscale: #393939. Windows color (decimal): -11194335 or 2175061. OLE color: 2175061.

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

Color convert

RGB854833-
CMYK00.440.610.67
HSL17.31º44.07%23.14%-
HSV(B)17.31º61.18%33.33%-
XYZ5.084.161.97-
YUV57.35114.26147.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.20%
GREEN value IS 48 (19.14% from 255) = 28.92%
BLUE value IS 33 (13.28% from 255) = 19.88%
R=51.20%
G=28.92%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85483300.440.610.6717.3144.0723.14
Hex55302102C3D43112c17
Octal125604105475103215427
Binary1010101110000100001010110011110110000111000110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553021; }

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

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

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

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

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

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

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

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