#50301C

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

Shades of Indian Tan #50301C

Tints of Indian Tan #50301C

Color information

#50301C (or 0x50301C) is unknown color: approx Indian Tan. HEX triplet: 50, 30 and 1C. RGB value is (80,48,28). Sum of RGB (Red+Green+Blue) = 80+48+28=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 48 (19.14% from 255 or 30.77% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #50301C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50301C is #AFCFE3. Grayscale: #373737. Windows color (decimal): -11522020 or 1847376. OLE color: 1847376.

HSL color Cylindrical-coordinate representation of color #50301C: hue angle of 23.08º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50301C is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB804828-
CMYK00.400.650.69
HSL23.08º48.15%21.18%-
HSV(B)23.08º65%31.37%-
XYZ4.573.91.61-
YUV55.29112.6145.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.28%
GREEN value IS 48 (19.14% from 255) = 30.77%
BLUE value IS 28 (11.33% from 255) = 17.95%
R=51.28%
G=30.77%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80482800.400.650.6923.0848.1521.18
Hex50301C0284145173015
Octal1206034050101105276025
Binary1010000110000111000101000100000110001011011111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50301C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50301C; }

 p { color: rgb(80,48,28); }

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

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

 a { background-color: rgb(80,48,28); }

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

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

 span { border-color: rgb(80,48,28); }

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