#522915

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

Shades of Indian Tan #522915

Tints of Indian Tan #522915

Color information

#522915 (or 0x522915) is unknown color: approx Indian Tan. HEX triplet: 52, 29 and 15. RGB value is (82,41,21). Sum of RGB (Red+Green+Blue) = 82+41+21=144 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.94% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 82 - color contains mainly: red. Hex color #522915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522915 is #ADD6EA. Grayscale: #333333. Windows color (decimal): -11392747 or 1386834. OLE color: 1386834.

HSL color Cylindrical-coordinate representation of color #522915: hue angle of 19.67º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #522915 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB824121-
CMYK00.500.740.68
HSL19.67º59.22%20.2%-
HSV(B)19.67º74.39%32.16%-
XYZ4.413.431.14-
YUV50.98111.08150.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 56.94%
GREEN value IS 41 (16.41% from 255) = 28.47%
BLUE value IS 21 (8.59% from 255) = 14.58%
R=56.94%
G=28.47%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82412100.500.740.6819.6759.2220.2
Hex5229150324A44143b14
Octal1225125062112104247324
Binary1010010101001101010110010100101010001001010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522915; }

 p { color: rgb(82,41,21); }

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

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

 a { background-color: rgb(82,41,21); }

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

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

 span { border-color: rgb(82,41,21); }

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