Html Css Color HEX #50291B Indian Tan

📋 copy color: '#50291B'

red 80 ◦ green 41 ◦ blue 27

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

Shades of Indian Tan #50291B

Tints of Indian Tan #50291B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.24%

R = 54.05%
G = 27.7%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#50291B (or 0x50291B) is known color: Indian Tan. HEX triplet: 50, 29 and 1B. RGB value is (80,41,27). Sum of RGB (Red+Green+Blue) = 80+41+27=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #50291B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50291B is #AFD6E4. Grayscale: #333333. Windows color (decimal): -11523813 or 1780048. OLE color: 1780048.

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

Color convert

RGB 80 41 27 -
CMYK 0 0.49 0.66 0.69
HSL 15.85º 0.5% 0.21% -
HSV(B) 15.85º 0.66% 0.31% -
XYZ 4.3 3.37 1.46 -
YUV 51.07 114.42 148.64 -
System Red Green Blue C M Y K H S L
Decimal 80 41 27 0 0.49 0.66 0.69 15.85 0.5 0.21
Hex 50 29 1B 0 31 42 45 10 32 15
Octal 120 51 33 0 61 102 105 20 62 25
Binary 1010000 101001 11011 0 110001 1000010 1000101 10000 110010 10101

Color Harmonies of #50291B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50291B

Black with #50291B

Text Example


Text Example

White with #50291B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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