#552F22

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

Shades of Indian Tan #552F22

Tints of Indian Tan #552F22

Color information

#552F22 (or 0x552F22) is unknown color: approx Indian Tan. HEX triplet: 55, 2F and 22. RGB value is (85,47,34). Sum of RGB (Red+Green+Blue) = 85+47+34=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 34 (13.67% from 255 or 20.48% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #552F22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552F22 is #AAD0DD. Grayscale: #383838. Windows color (decimal): -11194590 or 2240341. OLE color: 2240341.

HSL color Cylindrical-coordinate representation of color #552F22: hue angle of 15.29º 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 #552F22 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB854734-
CMYK00.450.600.67
HSL15.29º42.86%23.33%-
HSV(B)15.29º60%33.33%-
XYZ5.054.082.03-
YUV56.88115.09148.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.20%
GREEN value IS 47 (18.75% from 255) = 28.31%
BLUE value IS 34 (13.67% from 255) = 20.48%
R=51.20%
G=28.31%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85473400.450.600.6715.2942.8623.33
Hex552F2202D3C43f2b17
Octal125574205574103175327
Binary101010110111110001001011011111001000011111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552F22; }

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

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

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

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

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

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

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

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