#502415

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

Shades of Indian Tan #502415

Tints of Indian Tan #502415

Color information

#502415 (or 0x502415) is unknown color: approx Indian Tan. HEX triplet: 50, 24 and 15. RGB value is (80,36,21). Sum of RGB (Red+Green+Blue) = 80+36+21=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #502415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502415 is #AFDBEA. Grayscale: #2F2F2F. Windows color (decimal): -11525099 or 1385552. OLE color: 1385552.

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

Color convert

RGB803621-
CMYK00.550.740.69
HSL15.25º58.42%19.8%-
HSV(B)15.25º73.75%31.37%-
XYZ4.073.021.08-
YUV47.45113.08151.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 58.39%
GREEN value IS 36 (14.45% from 255) = 26.28%
BLUE value IS 21 (8.59% from 255) = 15.33%
R=58.39%
G=26.28%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80362100.550.740.6915.2558.4219.8
Hex5024150374A45f3a14
Octal1204425067112105177224
Binary101000010010010101011011110010101000101111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502415; }

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

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

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

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

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

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

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

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