#50220B

Color #50220B Indian Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Tan #50220B

Tints of Indian Tan #50220B

Color information

#50220B (or 0x50220B) is unknown color: approx 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

RGB803411-
CMYK00.580.860.69
HSL20º75.82%17.84%-
HSV(B)20º86.25%31.37%-
XYZ3.942.870.66-
YUV45.13108.74152.87-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80341100.580.860.692075.8217.84
Hex5022B03A5645144c12
Octal12042130721261052411422
Binary1010000100010101101110101010110100010110100100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50220B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>