#502910

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

Shades of Indian Tan #502910

Tints of Indian Tan #502910

Color information

#502910 (or 0x502910) is unknown color: approx Indian Tan. HEX triplet: 50, 29 and 10. RGB value is (80,41,16). Sum of RGB (Red+Green+Blue) = 80+41+16=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #502910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502910 is #AFD6EF. Grayscale: #313131. Windows color (decimal): -11523824 or 1059152. OLE color: 1059152.

HSL color Cylindrical-coordinate representation of color #502910: hue angle of 23.44º 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 #502910 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB804116-
CMYK00.490.800.69
HSL23.44º66.67%18.82%-
HSV(B)23.44º80%31.37%-
XYZ4.193.330.91-
YUV49.81108.92149.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 58.39%
GREEN value IS 41 (16.41% from 255) = 29.93%
BLUE value IS 16 (6.64% from 255) = 11.68%
R=58.39%
G=29.93%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80411600.490.800.6923.4466.6718.82
Hex5029100315045174313
Octal12051200611201052710323
Binary10100001010011000001100011010000100010110111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502910; }

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

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

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

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

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

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

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

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