Html Css Color HEX #50301F Indian Tan

📋 copy color: '#50301F'

red 80 ◦ green 48 ◦ blue 31

#50301F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indian Tan #50301F

Tints of Indian Tan #50301F

RGB

 RED value IS 80 (31.64% from 255) = 50.31%

 GREEN value IS 48 (19.14% from 255) = 30.19%

 BLUE value IS 31 (12.5% from 255) = 19.5%

R = 50.31%
G = 30.19%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#50301F (or 0x50301F) is known color: Indian Tan. HEX triplet: 50, 30 and 1F. RGB value is (80,48,31). Sum of RGB (Red+Green+Blue) = 80+48+31=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #50301F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50301F is #AFCFE0. Grayscale: #373737. Windows color (decimal): -11522017 or 2043984. OLE color: 2043984.

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

Color convert

RGB 80 48 31 -
CMYK 0 0.40 0.61 0.69
HSL 20.82º 0.44% 0.22% -
HSV(B) 20.82º 0.61% 0.31% -
XYZ 4.61 3.92 1.81 -
YUV 55.63 114.1 145.38 -
System Red Green Blue C M Y K H S L
Decimal 80 48 31 0 0.40 0.61 0.69 20.82 0.44 0.22
Hex 50 30 1F 0 28 3D 45 15 2C 16
Octal 120 60 37 0 50 75 105 25 54 26
Binary 1010000 110000 11111 0 101000 111101 1000101 10101 101100 10110

Color Harmonies of #50301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50301F

Black with #50301F

Text Example


Text Example

White with #50301F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50301F;
 }
 .AnyTagClassName
 {
   color: #50301F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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