#513528

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

Shades of Indian Tan #513528

Tints of Indian Tan #513528

Color information

#513528 (or 0x513528) is unknown color: approx Indian Tan. HEX triplet: 51, 35 and 28. RGB value is (81,53,40). Sum of RGB (Red+Green+Blue) = 81+53+40=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #513528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513528 is #AECAD7. Grayscale: #3B3B3B. Windows color (decimal): -11455192 or 2635089. OLE color: 2635089.

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

Color convert

RGB815340-
CMYK00.350.510.68
HSL19.02º33.88%23.73%-
HSV(B)19.02º50.62%31.76%-
XYZ5.054.452.6-
YUV59.89116.78143.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.55%
GREEN value IS 53 (21.09% from 255) = 30.46%
BLUE value IS 40 (16.02% from 255) = 22.99%
R=46.55%
G=30.46%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81534000.350.510.6819.0233.8823.73
Hex5135280233344132218
Octal121655004363104234230
Binary1010001110101101000010001111001110001001001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513528; }

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

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

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

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

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

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

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

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