#502F1D

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

Shades of Indian Tan #502F1D

Tints of Indian Tan #502F1D

Color information

#502F1D (or 0x502F1D) is unknown color: approx Indian Tan. HEX triplet: 50, 2F and 1D. RGB value is (80,47,29). Sum of RGB (Red+Green+Blue) = 80+47+29=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #502F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502F1D is #AFD0E2. Grayscale: #363636. Windows color (decimal): -11522275 or 1912656. OLE color: 1912656.

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

Color convert

RGB804729-
CMYK00.410.640.69
HSL21.18º46.79%21.37%-
HSV(B)21.18º63.75%31.37%-
XYZ4.553.831.66-
YUV54.82113.43145.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.28%
GREEN value IS 47 (18.75% from 255) = 30.13%
BLUE value IS 29 (11.72% from 255) = 18.59%
R=51.28%
G=30.13%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80472900.410.640.6921.1846.7921.37
Hex502F1D0294045152f15
Octal1205735051100105255725
Binary1010000101111111010101001100000010001011010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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