#502F22

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

Shades of Indian Tan #502F22

Tints of Indian Tan #502F22

Color information

#502F22 (or 0x502F22) is unknown color: approx Indian Tan. HEX triplet: 50, 2F and 22. RGB value is (80,47,34). Sum of RGB (Red+Green+Blue) = 80+47+34=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 34 (13.67% from 255 or 21.12% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #502F22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502F22 is #AFD0DD. Grayscale: #373737. Windows color (decimal): -11522270 or 2240336. OLE color: 2240336.

HSL color Cylindrical-coordinate representation of color #502F22: hue angle of 16.96º 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 #502F22 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB804734-
CMYK00.410.580.69
HSL16.96º40.35%22.35%-
HSV(B)16.96º57.5%31.37%-
XYZ4.613.852.01-
YUV55.38115.93145.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.69%
GREEN value IS 47 (18.75% from 255) = 29.19%
BLUE value IS 34 (13.67% from 255) = 21.12%
R=49.69%
G=29.19%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80473400.410.580.6916.9640.3522.35
Hex502F220293A45112816
Octal120574205172105215026
Binary1010000101111100010010100111101010001011000110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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