#513225

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

Shades of Indian Tan #513225

Tints of Indian Tan #513225

Color information

#513225 (or 0x513225) is unknown color: approx Indian Tan. HEX triplet: 51, 32 and 25. RGB value is (81,50,37). Sum of RGB (Red+Green+Blue) = 81+50+37=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 37 (14.84% from 255 or 22.02% from 168); Max value from RGB is 81 - color contains mainly: red. Hex color #513225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513225 is #AECDDA. Grayscale: #393939. Windows color (decimal): -11455963 or 2437713. OLE color: 2437713.

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

Color convert

RGB815037-
CMYK00.380.540.68
HSL17.73º37.29%23.14%-
HSV(B)17.73º54.32%31.76%-
XYZ4.874.162.3-
YUV57.79116.27144.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.21%
GREEN value IS 50 (19.92% from 255) = 29.76%
BLUE value IS 37 (14.84% from 255) = 22.02%
R=48.21%
G=29.76%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81503700.380.540.6817.7337.2923.14
Hex5132250263644122517
Octal121624504666104224527
Binary1010001110010100101010011011011010001001001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513225; }

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

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

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

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

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

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

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

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