#502F24

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

Shades of Indian Tan #502F24

Tints of Indian Tan #502F24

Color information

#502F24 (or 0x502F24) is unknown color: approx Indian Tan. HEX triplet: 50, 2F and 24. RGB value is (80,47,36). Sum of RGB (Red+Green+Blue) = 80+47+36=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 36 (14.45% from 255 or 22.09% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #502F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502F24 is #AFD0DB. Grayscale: #373737. Windows color (decimal): -11522268 or 2371408. OLE color: 2371408.

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

Color convert

RGB804736-
CMYK00.410.550.69
HSL15º37.93%22.75%-
HSV(B)15º55%31.37%-
XYZ4.643.872.17-
YUV55.61116.93145.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.08%
GREEN value IS 47 (18.75% from 255) = 28.83%
BLUE value IS 36 (14.45% from 255) = 22.09%
R=49.08%
G=28.83%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80473600.410.550.691537.9322.75
Hex502F240293745f2617
Octal120574405167105174627
Binary101000010111110010001010011101111000101111110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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