#502A1B

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

Shades of Indian Tan #502A1B

Tints of Indian Tan #502A1B

Color information

#502A1B (or 0x502A1B) is unknown color: approx Indian Tan. HEX triplet: 50, 2A and 1B. RGB value is (80,42,27). Sum of RGB (Red+Green+Blue) = 80+42+27=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #502A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502A1B is #AFD5E4. Grayscale: #333333. Windows color (decimal): -11523557 or 1780304. OLE color: 1780304.

HSL color Cylindrical-coordinate representation of color #502A1B: hue angle of 16.98º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #502A1B is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB804227-
CMYK00.480.660.69
HSL16.98º49.53%20.98%-
HSV(B)16.98º66.25%31.37%-
XYZ4.333.441.47-
YUV51.65114.09148.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 53.69%
GREEN value IS 42 (16.80% from 255) = 28.19%
BLUE value IS 27 (10.94% from 255) = 18.12%
R=53.69%
G=28.19%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80422700.480.660.6916.9849.5320.98
Hex502A1B0304245113215
Octal1205233060102105216225
Binary1010000101010110110110000100001010001011000111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,42,27); }

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

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

 a { background-color: rgb(80,42,27); }

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

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

 span { border-color: rgb(80,42,27); }

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