Html Css Color HEX #50220B Indian Tan

📋 copy color: '#50220B'

red 80 ◦ green 34 ◦ blue 11

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

Shades of Indian Tan #50220B

Tints of Indian Tan #50220B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 27.2%

 BLUE value IS 11 (4.69% from 255) = 8.8%

R = 64%
G = 27.2%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#50220B (or 0x50220B) is known color: Indian Tan. HEX triplet: 50, 22 and 0B. RGB value is (80,34,11). Sum of RGB (Red+Green+Blue) = 80+34+11=125 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 80 - color contains mainly: red. Hex color #50220B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50220B is #AFDDF4. Grayscale: #2D2D2D. Windows color (decimal): -11525621 or 729680. OLE color: 729680.

HSL color Cylindrical-coordinate representation of color #50220B: hue angle of 20º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50220B is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 34 11 -
CMYK 0 0.58 0.86 0.69
HSL 20º 0.76% 0.18% -
HSV(B) 20º 0.86% 0.31% -
XYZ 3.94 2.87 0.66 -
YUV 45.13 108.74 152.87 -
System Red Green Blue C M Y K H S L
Decimal 80 34 11 0 0.58 0.86 0.69 20 0.76 0.18
Hex 50 22 B 0 3A 56 45 14 4C 12
Octal 120 42 13 0 72 126 105 24 114 22
Binary 1010000 100010 1011 0 111010 1010110 1000101 10100 1001100 10010

Color Harmonies of #50220B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50220B

Black with #50220B

Text Example


Text Example

White with #50220B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,34,11); }

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

background-color css

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

 a { background-color: rgb(80,34,11); }

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

border-color css

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

 span { border-color: rgb(80,34,11); }

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