#512D20

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

Shades of Indian Tan #512D20

Tints of Indian Tan #512D20

Color information

#512D20 (or 0x512D20) is unknown color: approx Indian Tan. HEX triplet: 51, 2D and 20. RGB value is (81,45,32). Sum of RGB (Red+Green+Blue) = 81+45+32=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #512D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512D20 is #AED2DF. Grayscale: #363636. Windows color (decimal): -11457248 or 2108753. OLE color: 2108753.

HSL color Cylindrical-coordinate representation of color #512D20: hue angle of 15.92º 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 #512D20 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB814532-
CMYK00.440.600.68
HSL15.92º43.36%22.16%-
HSV(B)15.92º60.49%31.76%-
XYZ4.593.731.84-
YUV54.28115.43147.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.27%
GREEN value IS 45 (17.97% from 255) = 28.48%
BLUE value IS 32 (12.89% from 255) = 20.25%
R=51.27%
G=28.48%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81453200.440.600.6815.9243.3622.16
Hex512D2002C3C44102b16
Octal121554005474104205326
Binary1010001101101100000010110011110010001001000010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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