#522D1C

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

Shades of Indian Tan #522D1C

Tints of Indian Tan #522D1C

Color information

#522D1C (or 0x522D1C) is unknown color: approx Indian Tan. HEX triplet: 52, 2D and 1C. RGB value is (82,45,28). Sum of RGB (Red+Green+Blue) = 82+45+28=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 45 (17.97% from 255 or 29.03% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #522D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522D1C is #ADD2E3. Grayscale: #363636. Windows color (decimal): -11391716 or 1846610. OLE color: 1846610.

HSL color Cylindrical-coordinate representation of color #522D1C: hue angle of 18.89º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #522D1C is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.68.

Color convert

RGB824528-
CMYK00.450.660.68
HSL18.89º49.09%21.57%-
HSV(B)18.89º65.85%32.16%-
XYZ4.633.751.58-
YUV54.12113.26147.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.90%
GREEN value IS 45 (17.97% from 255) = 29.03%
BLUE value IS 28 (11.33% from 255) = 18.06%
R=52.90%
G=29.03%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82452800.450.660.6818.8949.0921.57
Hex522D1C02D4244133116
Octal1225534055102104236126
Binary1010010101101111000101101100001010001001001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522D1C; }

 p { color: rgb(82,45,28); }

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

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

 a { background-color: rgb(82,45,28); }

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

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

 span { border-color: rgb(82,45,28); }

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