#522C1F

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

Shades of Indian Tan #522C1F

Tints of Indian Tan #522C1F

Color information

#522C1F (or 0x522C1F) is unknown color: approx Indian Tan. HEX triplet: 52, 2C and 1F. RGB value is (82,44,31). Sum of RGB (Red+Green+Blue) = 82+44+31=157 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.23% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 82 - color contains mainly: red. Hex color #522C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522C1F is #ADD3E0. Grayscale: #353535. Windows color (decimal): -11391969 or 2042962. OLE color: 2042962.

HSL color Cylindrical-coordinate representation of color #522C1F: hue angle of 15.29º 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 #522C1F is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB824431-
CMYK00.460.620.68
HSL15.29º45.13%22.16%-
HSV(B)15.29º62.2%32.16%-
XYZ4.633.691.77-
YUV53.88115.09148.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.23%
GREEN value IS 44 (17.58% from 255) = 28.03%
BLUE value IS 31 (12.5% from 255) = 19.75%
R=52.23%
G=28.03%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82443100.460.620.6815.2945.1322.16
Hex522C1F02E3E44f2d16
Octal122543705676104175526
Binary10100101011001111101011101111101000100111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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