#513425

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

Shades of Indian Tan #513425

Tints of Indian Tan #513425

Color information

#513425 (or 0x513425) is unknown color: approx Indian Tan. HEX triplet: 51, 34 and 25. RGB value is (81,52,37). Sum of RGB (Red+Green+Blue) = 81+52+37=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 37 (14.84% from 255 or 21.76% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #513425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513425 is #AECBDA. Grayscale: #3B3B3B. Windows color (decimal): -11455451 or 2438225. OLE color: 2438225.

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

Color convert

RGB815237-
CMYK00.360.540.68
HSL20.45º37.29%23.14%-
HSV(B)20.45º54.32%31.76%-
XYZ4.964.342.33-
YUV58.96115.61143.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.65%
GREEN value IS 52 (20.70% from 255) = 30.59%
BLUE value IS 37 (14.84% from 255) = 21.76%
R=47.65%
G=30.59%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81523700.360.540.6820.4537.2923.14
Hex5134250243644142517
Octal121644504466104244527
Binary1010001110100100101010010011011010001001010010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513425; }

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

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

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

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

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

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

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

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