#513526

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

Shades of Indian Tan #513526

Tints of Indian Tan #513526

Color information

#513526 (or 0x513526) is unknown color: approx Indian Tan. HEX triplet: 51, 35 and 26. RGB value is (81,53,38). Sum of RGB (Red+Green+Blue) = 81+53+38=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 38 (15.23% from 255 or 22.09% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #513526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513526 is #AECAD9. Grayscale: #3B3B3B. Windows color (decimal): -11455194 or 2504017. OLE color: 2504017.

HSL color Cylindrical-coordinate representation of color #513526: hue angle of 20.93º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #513526 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.68.

Color convert

RGB815338-
CMYK00.350.530.68
HSL20.93º36.13%23.33%-
HSV(B)20.93º53.09%31.76%-
XYZ5.024.442.43-
YUV59.66115.78143.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.09%
GREEN value IS 53 (21.09% from 255) = 30.81%
BLUE value IS 38 (15.23% from 255) = 22.09%
R=47.09%
G=30.81%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81533800.350.530.6820.9336.1323.33
Hex5135260233544152417
Octal121654604365104254427
Binary1010001110101100110010001111010110001001010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513526; }

 p { color: rgb(81,53,38); }

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

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

 a { background-color: rgb(81,53,38); }

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

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

 span { border-color: rgb(81,53,38); }

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