#52311F

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

Shades of Indian Tan #52311F

Tints of Indian Tan #52311F

Color information

#52311F (or 0x52311F) is unknown color: approx Indian Tan. HEX triplet: 52, 31 and 1F. RGB value is (82,49,31). Sum of RGB (Red+Green+Blue) = 82+49+31=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #52311F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52311F is #ADCEE0. Grayscale: #383838. Windows color (decimal): -11390689 or 2044242. OLE color: 2044242.

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

Color convert

RGB824931-
CMYK00.400.620.68
HSL21.18º45.13%22.16%-
HSV(B)21.18º62.2%32.16%-
XYZ4.834.091.83-
YUV56.82113.43145.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.62%
GREEN value IS 49 (19.53% from 255) = 30.25%
BLUE value IS 31 (12.5% from 255) = 19.14%
R=50.62%
G=30.25%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82493100.400.620.6821.1845.1322.16
Hex52311F0283E44152d16
Octal122613705076104255526
Binary101001011000111111010100011111010001001010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52311F; }

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

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

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

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

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

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

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

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