#502510

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

Shades of Indian Tan #502510

Tints of Indian Tan #502510

Color information

#502510 (or 0x502510) is unknown color: approx Indian Tan. HEX triplet: 50, 25 and 10. RGB value is (80,37,16). Sum of RGB (Red+Green+Blue) = 80+37+16=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #502510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502510 is #AFDAEF. Grayscale: #2F2F2F. Windows color (decimal): -11524848 or 1058128. OLE color: 1058128.

HSL color Cylindrical-coordinate representation of color #502510: hue angle of 19.69º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #502510 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB803716-
CMYK00.540.800.69
HSL19.69º66.67%18.82%-
HSV(B)19.69º80%31.37%-
XYZ4.063.070.87-
YUV47.46110.25151.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 60.15%
GREEN value IS 37 (14.84% from 255) = 27.82%
BLUE value IS 16 (6.64% from 255) = 12.03%
R=60.15%
G=27.82%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80371600.540.800.6919.6966.6718.82
Hex5025100365045144313
Octal12045200661201052410323
Binary10100001001011000001101101010000100010110100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502510; }

 p { color: rgb(80,37,16); }

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

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

 a { background-color: rgb(80,37,16); }

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

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

 span { border-color: rgb(80,37,16); }

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