#50240D

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

Shades of Indian Tan #50240D

Tints of Indian Tan #50240D

Color information

#50240D (or 0x50240D) is unknown color: approx Indian Tan. HEX triplet: 50, 24 and 0D. RGB value is (80,36,13). Sum of RGB (Red+Green+Blue) = 80+36+13=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #50240D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50240D is #AFDBF2. Grayscale: #2E2E2E. Windows color (decimal): -11525107 or 861264. OLE color: 861264.

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

Color convert

RGB803613-
CMYK00.550.840.69
HSL20.6º72.04%18.24%-
HSV(B)20.6º83.75%31.37%-
XYZ4.0130.75-
YUV46.53109.08151.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.02%
GREEN value IS 36 (14.45% from 255) = 27.91%
BLUE value IS 13 (5.47% from 255) = 10.08%
R=62.02%
G=27.91%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80361300.550.840.6920.672.0418.24
Hex5024D0375445154812
Octal12044150671241052511022
Binary1010000100100110101101111010100100010110101100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50240D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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