#502210

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

Shades of Indian Tan #502210

Tints of Indian Tan #502210

Color information

#502210 (or 0x502210) is unknown color: approx Indian Tan. HEX triplet: 50, 22 and 10. RGB value is (80,34,16). Sum of RGB (Red+Green+Blue) = 80+34+16=130 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.54% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 80 - color contains mainly: red. Hex color #502210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502210 is #AFDDEF. Grayscale: #2D2D2D. Windows color (decimal): -11525616 or 1057360. OLE color: 1057360.

HSL color Cylindrical-coordinate representation of color #502210: hue angle of 16.88º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #502210 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB803416-
CMYK00.580.800.69
HSL16.88º66.67%18.82%-
HSV(B)16.88º80%31.37%-
XYZ3.972.890.84-
YUV45.7111.24152.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 61.54%
GREEN value IS 34 (13.67% from 255) = 26.15%
BLUE value IS 16 (6.64% from 255) = 12.31%
R=61.54%
G=26.15%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80341600.580.800.6916.8866.6718.82
Hex50221003A5045114313
Octal12042200721201052110323
Binary10100001000101000001110101010000100010110001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502210; }

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

 H1.HeaderClassName
 {
   color: #502210;
 }
 .AnyTagClassName
 {
   color: #502210;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #502210;
 }
 .BgClassName
 {
   background-color: #502210;
 }
</style>
border-color css

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

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

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