Html Css Color HEX #50291C Indian Tan

📋 copy color: '#50291C'

red 80 ◦ green 41 ◦ blue 28

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

Shades of Indian Tan #50291C

Tints of Indian Tan #50291C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.52%

 BLUE value IS 28 (11.33% from 255) = 18.79%

R = 53.69%
G = 27.52%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#50291C (or 0x50291C) is known color: Indian Tan. HEX triplet: 50, 29 and 1C. RGB value is (80,41,28). Sum of RGB (Red+Green+Blue) = 80+41+28=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #50291C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50291C is #AFD6E3. Grayscale: #333333. Windows color (decimal): -11523812 or 1845584. OLE color: 1845584.

HSL color Cylindrical-coordinate representation of color #50291C: hue angle of 15º 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 #50291C is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 41 28 -
CMYK 0 0.49 0.65 0.69
HSL 15º 0.48% 0.21% -
HSV(B) 15º 0.65% 0.31% -
XYZ 4.31 3.38 1.52 -
YUV 51.18 114.92 148.56 -
System Red Green Blue C M Y K H S L
Decimal 80 41 28 0 0.49 0.65 0.69 15 0.48 0.21
Hex 50 29 1C 0 31 41 45 F 30 15
Octal 120 51 34 0 61 101 105 17 60 25
Binary 1010000 101001 11100 0 110001 1000001 1000101 1111 110000 10101

Color Harmonies of #50291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50291C

Black with #50291C

Text Example


Text Example

White with #50291C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50291C;
 }
 .AnyTagClassName
 {
   color: #50291C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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