#503125

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

Shades of Indian Tan #503125

Tints of Indian Tan #503125

Color information

#503125 (or 0x503125) is unknown color: approx Indian Tan. HEX triplet: 50, 31 and 25. RGB value is (80,49,37). Sum of RGB (Red+Green+Blue) = 80+49+37=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 37 (14.84% from 255 or 22.29% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #503125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503125 is #AFCEDA. Grayscale: #383838. Windows color (decimal): -11521755 or 2437456. OLE color: 2437456.

HSL color Cylindrical-coordinate representation of color #503125: hue angle of 16.74º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #503125 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB804937-
CMYK00.390.540.69
HSL16.74º36.75%22.94%-
HSV(B)16.74º53.75%31.37%-
XYZ4.744.042.28-
YUV56.9116.77144.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.19%
GREEN value IS 49 (19.53% from 255) = 29.52%
BLUE value IS 37 (14.84% from 255) = 22.29%
R=48.19%
G=29.52%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80493700.390.540.6916.7436.7522.94
Hex5031250273645112517
Octal120614504766105214527
Binary1010000110001100101010011111011010001011000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503125; }

 p { color: rgb(80,49,37); }

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

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

 a { background-color: rgb(80,49,37); }

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

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

 span { border-color: rgb(80,49,37); }

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