#502D22

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

Shades of Indian Tan #502D22

Tints of Indian Tan #502D22

Color information

#502D22 (or 0x502D22) is unknown color: approx Indian Tan. HEX triplet: 50, 2D and 22. RGB value is (80,45,34). Sum of RGB (Red+Green+Blue) = 80+45+34=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 34 (13.67% from 255 or 21.38% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #502D22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502D22 is #AFD2DD. Grayscale: #363636. Windows color (decimal): -11522782 or 2239824. OLE color: 2239824.

HSL color Cylindrical-coordinate representation of color #502D22: hue angle of 14.35º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #502D22 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB804534-
CMYK00.440.580.69
HSL14.35º40.35%22.35%-
HSV(B)14.35º57.5%31.37%-
XYZ4.543.71.99-
YUV54.21116.6146.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.31%
GREEN value IS 45 (17.97% from 255) = 28.30%
BLUE value IS 34 (13.67% from 255) = 21.38%
R=50.31%
G=28.30%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80453400.440.580.6914.3540.3522.35
Hex502D2202C3A45e2816
Octal120554205472105165026
Binary101000010110110001001011001110101000101111010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502D22; }

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

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

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

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

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

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

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

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