Html Css Color HEX #50210E Indian Tan

📋 copy color: '#50210E'

red 80 ◦ green 33 ◦ blue 14

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

Shades of Indian Tan #50210E

Tints of Indian Tan #50210E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25.98%

 BLUE value IS 14 (5.86% from 255) = 11.02%

R = 62.99%
G = 25.98%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#50210E (or 0x50210E) is known color: Indian Tan. HEX triplet: 50, 21 and 0E. RGB value is (80,33,14). Sum of RGB (Red+Green+Blue) = 80+33+14=127 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.99% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 14 (5.86% from 255 or 11.02% from 127); Max value from RGB is 80 - color contains mainly: red. Hex color #50210E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50210E is #AFDEF1. Grayscale: #2D2D2D. Windows color (decimal): -11525874 or 926032. OLE color: 926032.

HSL color Cylindrical-coordinate representation of color #50210E: hue angle of 17.27º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50210E is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 33 14 -
CMYK 0 0.59 0.83 0.69
HSL 17.27º 0.7% 0.18% -
HSV(B) 17.27º 0.83% 0.31% -
XYZ 3.93 2.82 0.75 -
YUV 44.89 110.57 153.04 -
System Red Green Blue C M Y K H S L
Decimal 80 33 14 0 0.59 0.83 0.69 17.27 0.7 0.18
Hex 50 21 E 0 3B 53 45 11 46 12
Octal 120 41 16 0 73 123 105 21 106 22
Binary 1010000 100001 1110 0 111011 1010011 1000101 10001 1000110 10010

Color Harmonies of #50210E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50210E

Black with #50210E

Text Example


Text Example

White with #50210E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50210E; }

 p { color: rgb(80,33,14); }

 H1.HeaderClassName
 {
   color: #50210E;
 }
 .AnyTagClassName
 {
   color: #50210E;
 }
</style>

background-color css

<style>
 a { background-color: #50210E; }

 a { background-color: rgb(80,33,14); }

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

border-color css

<style>
 span { border-color: #50210E; }

 span { border-color: rgb(80,33,14); }

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