#502710

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

Shades of Indian Tan #502710

Tints of Indian Tan #502710

Color information

#502710 (or 0x502710) is unknown color: approx Indian Tan. HEX triplet: 50, 27 and 10. RGB value is (80,39,16). Sum of RGB (Red+Green+Blue) = 80+39+16=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #502710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502710 is #AFD8EF. Grayscale: #303030. Windows color (decimal): -11524336 or 1058640. OLE color: 1058640.

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

Color convert

RGB803916-
CMYK00.510.800.69
HSL21.56º66.67%18.82%-
HSV(B)21.56º80%31.37%-
XYZ4.133.190.89-
YUV48.64109.58150.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 59.26%
GREEN value IS 39 (15.62% from 255) = 28.89%
BLUE value IS 16 (6.64% from 255) = 11.85%
R=59.26%
G=28.89%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80391600.510.800.6921.5666.6718.82
Hex5027100335045164313
Octal12047200631201052610323
Binary10100001001111000001100111010000100010110110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502710; }

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

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

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

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

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

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

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

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