#553323

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

Shades of Indian Tan #553323

Tints of Indian Tan #553323

Color information

#553323 (or 0x553323) is unknown color: approx Indian Tan. HEX triplet: 55, 33 and 23. RGB value is (85,51,35). Sum of RGB (Red+Green+Blue) = 85+51+35=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #553323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553323 is #AACCDC. Grayscale: #3B3B3B. Windows color (decimal): -11193565 or 2306901. OLE color: 2306901.

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

Color convert

RGB855135-
CMYK00.400.590.67
HSL19.2º41.67%23.53%-
HSV(B)19.2º58.82%33.33%-
XYZ5.234.422.17-
YUV59.34114.26146.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.71%
GREEN value IS 51 (20.31% from 255) = 29.82%
BLUE value IS 35 (14.06% from 255) = 20.47%
R=49.71%
G=29.82%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85513500.400.590.6719.241.6723.53
Hex5533230283B43132a18
Octal125634305073103235230
Binary1010101110011100011010100011101110000111001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553323; }

 p { color: rgb(85,51,35); }

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

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

 a { background-color: rgb(85,51,35); }

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

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

 span { border-color: rgb(85,51,35); }

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