#522312

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

Shades of Indian Tan #522312

Tints of Indian Tan #522312

Color information

#522312 (or 0x522312) is unknown color: approx Indian Tan. HEX triplet: 52, 23 and 12. RGB value is (82,35,18). Sum of RGB (Red+Green+Blue) = 82+35+18=135 (17% of max value = 765). Red value is 82 (32.42% from 255 or 60.74% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 82 - color contains mainly: red. Hex color #522312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522312 is #ADDCED. Grayscale: #2F2F2F. Windows color (decimal): -11394286 or 1188690. OLE color: 1188690.

HSL color Cylindrical-coordinate representation of color #522312: hue angle of 15.94º 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 #522312 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB823518-
CMYK00.570.780.68
HSL15.94º64%19.61%-
HSV(B)15.94º78.05%32.16%-
XYZ4.193.040.94-
YUV47.12111.57152.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 60.74%
GREEN value IS 35 (14.06% from 255) = 25.93%
BLUE value IS 18 (7.42% from 255) = 13.33%
R=60.74%
G=25.93%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82351800.570.780.6815.946419.61
Hex5223120394E44104014
Octal12243220711161042010024
Binary10100101000111001001110011001110100010010000100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522312; }

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

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

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

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

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

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

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

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