#553324

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

Shades of Indian Tan #553324

Tints of Indian Tan #553324

Color information

#553324 (or 0x553324) is unknown color: approx Indian Tan. HEX triplet: 55, 33 and 24. RGB value is (85,51,36). Sum of RGB (Red+Green+Blue) = 85+51+36=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 36 (14.45% from 255 or 20.93% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #553324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553324 is #AACCDB. Grayscale: #3B3B3B. Windows color (decimal): -11193564 or 2372437. OLE color: 2372437.

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

Color convert

RGB855136-
CMYK00.400.580.67
HSL18.37º40.5%23.73%-
HSV(B)18.37º57.65%33.33%-
XYZ5.254.432.25-
YUV59.46114.76146.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.42%
GREEN value IS 51 (20.31% from 255) = 29.65%
BLUE value IS 36 (14.45% from 255) = 20.93%
R=49.42%
G=29.65%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85513600.400.580.6718.3740.523.73
Hex5533240283A43122818
Octal125634405072103225030
Binary1010101110011100100010100011101010000111001010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553324; }

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

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

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

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

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

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

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

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