#522612

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

Shades of Indian Tan #522612

Tints of Indian Tan #522612

Color information

#522612 (or 0x522612) is unknown color: approx Indian Tan. HEX triplet: 52, 26 and 12. RGB value is (82,38,18). Sum of RGB (Red+Green+Blue) = 82+38+18=138 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.42% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 82 - color contains mainly: red. Hex color #522612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522612 is #ADD9ED. Grayscale: #303030. Windows color (decimal): -11393518 or 1189458. OLE color: 1189458.

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

Color convert

RGB823818-
CMYK00.540.780.68
HSL18.75º64%19.61%-
HSV(B)18.75º78.05%32.16%-
XYZ4.283.220.97-
YUV48.88110.58151.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 59.42%
GREEN value IS 38 (15.23% from 255) = 27.54%
BLUE value IS 18 (7.42% from 255) = 13.04%
R=59.42%
G=27.54%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82381800.540.780.6818.756419.61
Hex5226120364E44134014
Octal12246220661161042310024
Binary10100101001101001001101101001110100010010011100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522612; }

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

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

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

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

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

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

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

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