#502917

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

Shades of Indian Tan #502917

Tints of Indian Tan #502917

Color information

#502917 (or 0x502917) is unknown color: approx Indian Tan. HEX triplet: 50, 29 and 17. RGB value is (80,41,23). Sum of RGB (Red+Green+Blue) = 80+41+23=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 23 (9.38% from 255 or 15.97% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #502917 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502917 is #AFD6E8. Grayscale: #323232. Windows color (decimal): -11523817 or 1517904. OLE color: 1517904.

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

Color convert

RGB804123-
CMYK00.490.710.69
HSL18.95º55.34%20.2%-
HSV(B)18.95º71.25%31.37%-
XYZ4.263.351.23-
YUV50.61112.42148.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.56%
GREEN value IS 41 (16.41% from 255) = 28.47%
BLUE value IS 23 (9.38% from 255) = 15.97%
R=55.56%
G=28.47%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.71
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80412300.490.710.6918.9555.3420.2
Hex5029170314745133714
Octal1205127061107105236724
Binary1010000101001101110110001100011110001011001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502917; }

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

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

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

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

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

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

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

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