#513325

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

Shades of Indian Tan #513325

Tints of Indian Tan #513325

Color information

#513325 (or 0x513325) is unknown color: approx Indian Tan. HEX triplet: 51, 33 and 25. RGB value is (81,51,37). Sum of RGB (Red+Green+Blue) = 81+51+37=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #513325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513325 is #AECCDA. Grayscale: #3A3A3A. Windows color (decimal): -11455707 or 2437969. OLE color: 2437969.

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

Color convert

RGB815137-
CMYK00.370.540.68
HSL19.09º37.29%23.14%-
HSV(B)19.09º54.32%31.76%-
XYZ4.914.252.31-
YUV58.37115.94144.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.93%
GREEN value IS 51 (20.31% from 255) = 30.18%
BLUE value IS 37 (14.84% from 255) = 21.89%
R=47.93%
G=30.18%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81513700.370.540.6819.0937.2923.14
Hex5133250253644132517
Octal121634504566104234527
Binary1010001110011100101010010111011010001001001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513325; }

 p { color: rgb(81,51,37); }

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

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

 a { background-color: rgb(81,51,37); }

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

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

 span { border-color: rgb(81,51,37); }

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