#522713

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

Shades of Indian Tan #522713

Tints of Indian Tan #522713

Color information

#522713 (or 0x522713) is unknown color: approx Indian Tan. HEX triplet: 52, 27 and 13. RGB value is (82,39,19). Sum of RGB (Red+Green+Blue) = 82+39+19=140 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.57% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 82 - color contains mainly: red. Hex color #522713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522713 is #ADD8EC. Grayscale: #313131. Windows color (decimal): -11393261 or 1255250. OLE color: 1255250.

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

Color convert

RGB823919-
CMYK00.520.770.68
HSL19.05º62.38%19.8%-
HSV(B)19.05º76.83%32.16%-
XYZ4.323.291.02-
YUV49.58110.75151.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 58.57%
GREEN value IS 39 (15.62% from 255) = 27.86%
BLUE value IS 19 (7.81% from 255) = 13.57%
R=58.57%
G=27.86%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82391900.520.770.6819.0562.3819.8
Hex5227130344D44133e14
Octal1224723064115104237624
Binary1010010100111100110110100100110110001001001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522713; }

 p { color: rgb(82,39,19); }

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

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

 a { background-color: rgb(82,39,19); }

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

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

 span { border-color: rgb(82,39,19); }

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