#522412

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

Shades of Indian Tan #522412

Tints of Indian Tan #522412

Color information

#522412 (or 0x522412) is unknown color: approx Indian Tan. HEX triplet: 52, 24 and 12. RGB value is (82,36,18). Sum of RGB (Red+Green+Blue) = 82+36+18=136 (18% of max value = 765). Red value is 82 (32.42% from 255 or 60.29% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 82 - color contains mainly: red. Hex color #522412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522412 is #ADDBED. Grayscale: #2F2F2F. Windows color (decimal): -11394030 or 1188946. OLE color: 1188946.

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

Color convert

RGB823618-
CMYK00.560.780.68
HSL16.88º64%19.61%-
HSV(B)16.88º78.05%32.16%-
XYZ4.223.10.95-
YUV47.7111.24152.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 60.29%
GREEN value IS 36 (14.45% from 255) = 26.47%
BLUE value IS 18 (7.42% from 255) = 13.24%
R=60.29%
G=26.47%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82361800.560.780.6816.886419.61
Hex5224120384E44114014
Octal12244220701161042110024
Binary10100101001001001001110001001110100010010001100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522412; }

 p { color: rgb(82,36,18); }

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

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

 a { background-color: rgb(82,36,18); }

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

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

 span { border-color: rgb(82,36,18); }

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