#522A14

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

Shades of Indian Tan #522A14

Tints of Indian Tan #522A14

Color information

#522A14 (or 0x522A14) is unknown color: approx Indian Tan. HEX triplet: 52, 2A and 14. RGB value is (82,42,20). Sum of RGB (Red+Green+Blue) = 82+42+20=144 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.94% from 144); Green value is 42 (16.80% from 255 or 29.17% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 82 - color contains mainly: red. Hex color #522A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522A14 is #ADD5EB. Grayscale: #333333. Windows color (decimal): -11392492 or 1321554. OLE color: 1321554.

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

Color convert

RGB824220-
CMYK00.490.760.68
HSL21.29º60.78%20%-
HSV(B)21.29º75.61%32.16%-
XYZ4.433.51.1-
YUV51.45110.25149.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 56.94%
GREEN value IS 42 (16.80% from 255) = 29.17%
BLUE value IS 20 (8.20% from 255) = 13.89%
R=56.94%
G=29.17%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82422000.490.760.6821.2960.7820
Hex522A140314C44153d14
Octal1225224061114104257524
Binary1010010101010101000110001100110010001001010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,42,20); }

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

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

 a { background-color: rgb(82,42,20); }

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

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

 span { border-color: rgb(82,42,20); }

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