#502C1E

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

Shades of Indian Tan #502C1E

Tints of Indian Tan #502C1E

Color information

#502C1E (or 0x502C1E) is unknown color: approx Indian Tan. HEX triplet: 50, 2C and 1E. RGB value is (80,44,30). Sum of RGB (Red+Green+Blue) = 80+44+30=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 44 (17.58% from 255 or 28.57% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #502C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502C1E is #AFD3E1. Grayscale: #353535. Windows color (decimal): -11523042 or 1977424. OLE color: 1977424.

HSL color Cylindrical-coordinate representation of color #502C1E: hue angle of 16.8º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #502C1E is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB804430-
CMYK00.450.620.69
HSL16.8º45.45%21.57%-
HSV(B)16.8º62.5%31.37%-
XYZ4.443.61.69-
YUV53.17114.93147.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.95%
GREEN value IS 44 (17.58% from 255) = 28.57%
BLUE value IS 30 (12.11% from 255) = 19.48%
R=51.95%
G=28.57%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80443000.450.620.6916.845.4521.57
Hex502C1E02D3E45112d16
Octal120543605576105215526
Binary101000010110011110010110111111010001011000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502C1E; }

 p { color: rgb(80,44,30); }

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

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

 a { background-color: rgb(80,44,30); }

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

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

 span { border-color: rgb(80,44,30); }

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