Html Css Color HEX #50210D Indian Tan

📋 copy color: '#50210D'

red 80 ◦ green 33 ◦ blue 13

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

Shades of Indian Tan #50210D

Tints of Indian Tan #50210D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.32%

R = 63.49%
G = 26.19%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#50210D (or 0x50210D) is known color: Indian Tan. HEX triplet: 50, 21 and 0D. RGB value is (80,33,13). Sum of RGB (Red+Green+Blue) = 80+33+13=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #50210D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50210D is #AFDEF2. Grayscale: #2C2C2C. Windows color (decimal): -11525875 or 860496. OLE color: 860496.

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

Color convert

RGB 80 33 13 -
CMYK 0 0.59 0.84 0.69
HSL 17.91º 0.72% 0.18% -
HSV(B) 17.91º 0.84% 0.31% -
XYZ 3.92 2.82 0.72 -
YUV 44.77 110.07 153.13 -
System Red Green Blue C M Y K H S L
Decimal 80 33 13 0 0.59 0.84 0.69 17.91 0.72 0.18
Hex 50 21 D 0 3B 54 45 12 48 12
Octal 120 41 15 0 73 124 105 22 110 22
Binary 1010000 100001 1101 0 111011 1010100 1000101 10010 1001000 10010

Color Harmonies of #50210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50210D

Black with #50210D

Text Example


Text Example

White with #50210D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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