#553121

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

Shades of Indian Tan #553121

Tints of Indian Tan #553121

Color information

#553121 (or 0x553121) is unknown color: approx Indian Tan. HEX triplet: 55, 31 and 21. RGB value is (85,49,33). Sum of RGB (Red+Green+Blue) = 85+49+33=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 33 (13.28% from 255 or 19.76% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #553121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553121 is #AACEDE. Grayscale: #3A3A3A. Windows color (decimal): -11194079 or 2175317. OLE color: 2175317.

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

Color convert

RGB854933-
CMYK00.420.610.67
HSL18.46º44.07%23.14%-
HSV(B)18.46º61.18%33.33%-
XYZ5.124.241.99-
YUV57.94113.93147.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.90%
GREEN value IS 49 (19.53% from 255) = 29.34%
BLUE value IS 33 (13.28% from 255) = 19.76%
R=50.90%
G=29.34%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85493300.420.610.6718.4644.0723.14
Hex55312102A3D43122c17
Octal125614105275103225427
Binary1010101110001100001010101011110110000111001010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553121; }

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

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

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

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

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

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

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

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