#502712

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

Shades of Indian Tan #502712

Tints of Indian Tan #502712

Color information

#502712 (or 0x502712) is unknown color: approx Indian Tan. HEX triplet: 50, 27 and 12. RGB value is (80,39,18). Sum of RGB (Red+Green+Blue) = 80+39+18=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 39 (15.62% from 255 or 28.47% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #502712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502712 is #AFD8ED. Grayscale: #303030. Windows color (decimal): -11524334 or 1189712. OLE color: 1189712.

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

Color convert

RGB803918-
CMYK00.510.780.69
HSL20.32º63.27%19.22%-
HSV(B)20.32º77.5%31.37%-
XYZ4.143.20.97-
YUV48.86110.58150.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 58.39%
GREEN value IS 39 (15.62% from 255) = 28.47%
BLUE value IS 18 (7.42% from 255) = 13.14%
R=58.39%
G=28.47%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80391800.510.780.6920.3263.2719.22
Hex5027120334E45143f13
Octal1204722063116105247723
Binary1010000100111100100110011100111010001011010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502712; }

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

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

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

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

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

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

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

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