#552E21

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

Shades of Indian Tan #552E21

Tints of Indian Tan #552E21

Color information

#552E21 (or 0x552E21) is unknown color: approx Indian Tan. HEX triplet: 55, 2E and 21. RGB value is (85,46,33). Sum of RGB (Red+Green+Blue) = 85+46+33=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #552E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552E21 is #AAD1DE. Grayscale: #383838. Windows color (decimal): -11194847 or 2174549. OLE color: 2174549.

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

Color convert

RGB854633-
CMYK00.460.610.67
HSL15º44.07%23.14%-
HSV(B)15º61.18%33.33%-
XYZ541.95-
YUV56.18114.92148.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.83%
GREEN value IS 46 (18.36% from 255) = 28.05%
BLUE value IS 33 (13.28% from 255) = 20.12%
R=51.83%
G=28.05%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85463300.460.610.671544.0723.14
Hex552E2102E3D43f2c17
Octal125564105675103175427
Binary101010110111010000101011101111011000011111110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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