#502C1B

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

Shades of Indian Tan #502C1B

Tints of Indian Tan #502C1B

Color information

#502C1B (or 0x502C1B) is unknown color: approx Indian Tan. HEX triplet: 50, 2C and 1B. RGB value is (80,44,27). Sum of RGB (Red+Green+Blue) = 80+44+27=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #502C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502C1B is #AFD3E4. Grayscale: #343434. Windows color (decimal): -11523045 or 1780816. OLE color: 1780816.

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

Color convert

RGB804427-
CMYK00.450.660.69
HSL19.25º49.53%20.98%-
HSV(B)19.25º66.25%31.37%-
XYZ4.413.591.5-
YUV52.83113.43147.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.98%
GREEN value IS 44 (17.58% from 255) = 29.14%
BLUE value IS 27 (10.94% from 255) = 17.88%
R=52.98%
G=29.14%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80442700.450.660.6919.2549.5320.98
Hex502C1B02D4245133215
Octal1205433055102105236225
Binary1010000101100110110101101100001010001011001111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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