#502719

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

Shades of Indian Tan #502719

Tints of Indian Tan #502719

Color information

#502719 (or 0x502719) is unknown color: approx Indian Tan. HEX triplet: 50, 27 and 19. RGB value is (80,39,25). Sum of RGB (Red+Green+Blue) = 80+39+25=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #502719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502719 is #AFD8E6. Grayscale: #313131. Windows color (decimal): -11524327 or 1648464. OLE color: 1648464.

HSL color Cylindrical-coordinate representation of color #502719: hue angle of 15.27º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #502719 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB803925-
CMYK00.510.690.69
HSL15.27º52.38%20.59%-
HSV(B)15.27º68.75%31.37%-
XYZ4.213.231.32-
YUV49.66114.08149.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.56%
GREEN value IS 39 (15.62% from 255) = 27.08%
BLUE value IS 25 (10.16% from 255) = 17.36%
R=55.56%
G=27.08%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80392500.510.690.6915.2752.3820.59
Hex5027190334545f3415
Octal1204731063105105176425
Binary101000010011111001011001110001011000101111111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502719; }

 p { color: rgb(80,39,25); }

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

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

 a { background-color: rgb(80,39,25); }

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

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

 span { border-color: rgb(80,39,25); }

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