#502614

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

Shades of Indian Tan #502614

Tints of Indian Tan #502614

Color information

#502614 (or 0x502614) is unknown color: approx Indian Tan. HEX triplet: 50, 26 and 14. RGB value is (80,38,20). Sum of RGB (Red+Green+Blue) = 80+38+20=138 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.97% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 80 - color contains mainly: red. Hex color #502614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502614 is #AFD9EB. Grayscale: #303030. Windows color (decimal): -11524588 or 1320528. OLE color: 1320528.

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

Color convert

RGB803820-
CMYK00.520.750.69
HSL18º60%19.61%-
HSV(B)18º75%31.37%-
XYZ4.133.141.05-
YUV48.51111.91150.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.97%
GREEN value IS 38 (15.23% from 255) = 27.54%
BLUE value IS 20 (8.20% from 255) = 14.49%
R=57.97%
G=27.54%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80382000.520.750.69186019.61
Hex5026140344B45123c14
Octal1204624064113105227424
Binary1010000100110101000110100100101110001011001011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502614; }

 p { color: rgb(80,38,20); }

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

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

 a { background-color: rgb(80,38,20); }

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

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

 span { border-color: rgb(80,38,20); }

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