#553222

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

Shades of Indian Tan #553222

Tints of Indian Tan #553222

Color information

#553222 (or 0x553222) is unknown color: approx Indian Tan. HEX triplet: 55, 32 and 22. RGB value is (85,50,34). Sum of RGB (Red+Green+Blue) = 85+50+34=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #553222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553222 is #AACDDD. Grayscale: #3A3A3A. Windows color (decimal): -11193822 or 2241109. OLE color: 2241109.

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

Color convert

RGB855034-
CMYK00.410.600.67
HSL18.82º42.86%23.33%-
HSV(B)18.82º60%33.33%-
XYZ5.184.332.08-
YUV58.64114.1146.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.30%
GREEN value IS 50 (19.92% from 255) = 29.59%
BLUE value IS 34 (13.67% from 255) = 20.12%
R=50.30%
G=29.59%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85503400.410.600.6718.8242.8623.33
Hex5532220293C43132b17
Octal125624205174103235327
Binary1010101110010100010010100111110010000111001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553222; }

 p { color: rgb(85,50,34); }

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

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

 a { background-color: rgb(85,50,34); }

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

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

 span { border-color: rgb(85,50,34); }

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