#522E1F

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

Shades of Indian Tan #522E1F

Tints of Indian Tan #522E1F

Color information

#522E1F (or 0x522E1F) is unknown color: approx Indian Tan. HEX triplet: 52, 2E and 1F. RGB value is (82,46,31). Sum of RGB (Red+Green+Blue) = 82+46+31=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #522E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522E1F is #ADD1E0. Grayscale: #373737. Windows color (decimal): -11391457 or 2043474. OLE color: 2043474.

HSL color Cylindrical-coordinate representation of color #522E1F: hue angle of 17.65º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #522E1F is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB824631-
CMYK00.440.620.68
HSL17.65º45.13%22.16%-
HSV(B)17.65º62.2%32.16%-
XYZ4.73.851.79-
YUV55.05114.43147.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.57%
GREEN value IS 46 (18.36% from 255) = 28.93%
BLUE value IS 31 (12.5% from 255) = 19.50%
R=51.57%
G=28.93%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82463100.440.620.6817.6545.1322.16
Hex522E1F02C3E44122d16
Octal122563705476104225526
Binary101001010111011111010110011111010001001001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522E1F; }

 p { color: rgb(82,46,31); }

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

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

 a { background-color: rgb(82,46,31); }

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

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

 span { border-color: rgb(82,46,31); }

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