#522D1F

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

Shades of Indian Tan #522D1F

Tints of Indian Tan #522D1F

Color information

#522D1F (or 0x522D1F) is unknown color: approx Indian Tan. HEX triplet: 52, 2D and 1F. RGB value is (82,45,31). Sum of RGB (Red+Green+Blue) = 82+45+31=158 (20% of max value = 765). Red value is 82 (32.42% from 255 or 51.90% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 82 - color contains mainly: red. Hex color #522D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522D1F is #ADD2E0. Grayscale: #363636. Windows color (decimal): -11391713 or 2043218. OLE color: 2043218.

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

Color convert

RGB824531-
CMYK00.450.620.68
HSL16.47º45.13%22.16%-
HSV(B)16.47º62.2%32.16%-
XYZ4.673.771.78-
YUV54.47114.76147.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.90%
GREEN value IS 45 (17.97% from 255) = 28.48%
BLUE value IS 31 (12.5% from 255) = 19.62%
R=51.90%
G=28.48%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82453100.450.620.6816.4745.1322.16
Hex522D1F02D3E44102d16
Octal122553705576104205526
Binary101001010110111111010110111111010001001000010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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