#502817

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

Shades of Indian Tan #502817

Tints of Indian Tan #502817

Color information

#502817 (or 0x502817) is unknown color: approx Indian Tan. HEX triplet: 50, 28 and 17. RGB value is (80,40,23). Sum of RGB (Red+Green+Blue) = 80+40+23=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 23 (9.38% from 255 or 16.08% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #502817 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502817 is #AFD7E8. Grayscale: #323232. Windows color (decimal): -11524073 or 1517648. OLE color: 1517648.

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

Color convert

RGB804023-
CMYK00.50.710.69
HSL17.89º55.34%20.2%-
HSV(B)17.89º71.25%31.37%-
XYZ4.223.281.22-
YUV50.02112.75149.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.94%
GREEN value IS 40 (16.02% from 255) = 27.97%
BLUE value IS 23 (9.38% from 255) = 16.08%
R=55.94%
G=27.97%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.71
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80402300.50.710.6917.8955.3420.2
Hex5028170324745123714
Octal1205027062107105226724
Binary1010000101000101110110010100011110001011001011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502817; }

 p { color: rgb(80,40,23); }

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

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

 a { background-color: rgb(80,40,23); }

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

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

 span { border-color: rgb(80,40,23); }

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