#513120

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

Shades of Indian Tan #513120

Tints of Indian Tan #513120

Color information

#513120 (or 0x513120) is unknown color: approx Indian Tan. HEX triplet: 51, 31 and 20. RGB value is (81,49,32). Sum of RGB (Red+Green+Blue) = 81+49+32=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #513120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513120 is #AECEDF. Grayscale: #383838. Windows color (decimal): -11456224 or 2109777. OLE color: 2109777.

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

Color convert

RGB814932-
CMYK00.400.600.68
HSL20.82º43.36%22.16%-
HSV(B)20.82º60.49%31.76%-
XYZ4.754.051.9-
YUV56.63114.1145.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50%
GREEN value IS 49 (19.53% from 255) = 30.25%
BLUE value IS 32 (12.89% from 255) = 19.75%
R=50%
G=30.25%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81493200.400.600.6820.8243.3622.16
Hex5131200283C44152b16
Octal121614005074104255326
Binary1010001110001100000010100011110010001001010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513120; }

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

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

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

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

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

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

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

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