#512E20

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

Shades of Indian Tan #512E20

Tints of Indian Tan #512E20

Color information

#512E20 (or 0x512E20) is unknown color: approx Indian Tan. HEX triplet: 51, 2E and 20. RGB value is (81,46,32). Sum of RGB (Red+Green+Blue) = 81+46+32=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #512E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512E20 is #AED1DF. Grayscale: #363636. Windows color (decimal): -11456992 or 2109009. OLE color: 2109009.

HSL color Cylindrical-coordinate representation of color #512E20: hue angle of 17.14º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #512E20 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB814632-
CMYK00.430.600.68
HSL17.14º43.36%22.16%-
HSV(B)17.14º60.49%31.76%-
XYZ4.633.811.86-
YUV54.87115.1146.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.94%
GREEN value IS 46 (18.36% from 255) = 28.93%
BLUE value IS 32 (12.89% from 255) = 20.13%
R=50.94%
G=28.93%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81463200.430.600.6817.1443.3622.16
Hex512E2002B3C44112b16
Octal121564005374104215326
Binary1010001101110100000010101111110010001001000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512E20; }

 p { color: rgb(81,46,32); }

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

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

 a { background-color: rgb(81,46,32); }

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

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

 span { border-color: rgb(81,46,32); }

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