#50240E

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

Shades of Indian Tan #50240E

Tints of Indian Tan #50240E

Color information

#50240E (or 0x50240E) is unknown color: approx Indian Tan. HEX triplet: 50, 24 and 0E. RGB value is (80,36,14). Sum of RGB (Red+Green+Blue) = 80+36+14=130 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.54% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 14 (5.86% from 255 or 10.77% from 130); Max value from RGB is 80 - color contains mainly: red. Hex color #50240E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50240E is #AFDBF1. Grayscale: #2E2E2E. Windows color (decimal): -11525106 or 926800. OLE color: 926800.

HSL color Cylindrical-coordinate representation of color #50240E: hue angle of 20º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50240E is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB803614-
CMYK00.550.830.69
HSL20º70.21%18.43%-
HSV(B)20º82.5%31.37%-
XYZ4.0230.78-
YUV46.65109.58151.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 61.54%
GREEN value IS 36 (14.45% from 255) = 27.69%
BLUE value IS 14 (5.86% from 255) = 10.77%
R=61.54%
G=27.69%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.83
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80361400.550.830.692070.2118.43
Hex5024E0375345144612
Octal12044160671231052410622
Binary1010000100100111001101111010011100010110100100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50240E; }

 p { color: rgb(80,36,14); }

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

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

 a { background-color: rgb(80,36,14); }

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

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

 span { border-color: rgb(80,36,14); }

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