#502915

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

Shades of Indian Tan #502915

Tints of Indian Tan #502915

Color information

#502915 (or 0x502915) is unknown color: approx Indian Tan. HEX triplet: 50, 29 and 15. RGB value is (80,41,21). Sum of RGB (Red+Green+Blue) = 80+41+21=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #502915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502915 is #AFD6EA. Grayscale: #323232. Windows color (decimal): -11523819 or 1386832. OLE color: 1386832.

HSL color Cylindrical-coordinate representation of color #502915: hue angle of 20.34º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #502915 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB804121-
CMYK00.490.740.69
HSL20.34º58.42%19.8%-
HSV(B)20.34º73.75%31.37%-
XYZ4.243.351.13-
YUV50.38111.42149.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 56.34%
GREEN value IS 41 (16.41% from 255) = 28.87%
BLUE value IS 21 (8.59% from 255) = 14.79%
R=56.34%
G=28.87%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80412100.490.740.6920.3458.4219.8
Hex5029150314A45143a14
Octal1205125061112105247224
Binary1010000101001101010110001100101010001011010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502915; }

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

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

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

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

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

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

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

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