Html Css Color HEX #50291D Indian Tan

📋 copy color: '#50291D'

red 80 ◦ green 41 ◦ blue 29

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

Shades of Indian Tan #50291D

Tints of Indian Tan #50291D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.33%

R = 53.33%
G = 27.33%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#50291D (or 0x50291D) is known color: Indian Tan. HEX triplet: 50, 29 and 1D. RGB value is (80,41,29). Sum of RGB (Red+Green+Blue) = 80+41+29=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 29 (11.72% from 255 or 19.33% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #50291D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50291D is #AFD6E2. Grayscale: #333333. Windows color (decimal): -11523811 or 1911120. OLE color: 1911120.

HSL color Cylindrical-coordinate representation of color #50291D: hue angle of 14.12º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50291D is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 41 29 -
CMYK 0 0.49 0.64 0.69
HSL 14.12º 0.47% 0.21% -
HSV(B) 14.12º 0.64% 0.31% -
XYZ 4.32 3.38 1.59 -
YUV 51.29 115.42 148.48 -
System Red Green Blue C M Y K H S L
Decimal 80 41 29 0 0.49 0.64 0.69 14.12 0.47 0.21
Hex 50 29 1D 0 31 40 45 E 2F 15
Octal 120 51 35 0 61 100 105 16 57 25
Binary 1010000 101001 11101 0 110001 1000000 1000101 1110 101111 10101

Color Harmonies of #50291D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50291D

Black with #50291D

Text Example


Text Example

White with #50291D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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