#503024

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

Shades of Indian Tan #503024

Tints of Indian Tan #503024

Color information

#503024 (or 0x503024) is unknown color: approx Indian Tan. HEX triplet: 50, 30 and 24. RGB value is (80,48,36). Sum of RGB (Red+Green+Blue) = 80+48+36=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #503024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503024 is #AFCFDB. Grayscale: #383838. Windows color (decimal): -11522012 or 2371664. OLE color: 2371664.

HSL color Cylindrical-coordinate representation of color #503024: hue angle of 16.36º 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 #503024 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB804836-
CMYK00.400.550.69
HSL16.36º37.93%22.75%-
HSV(B)16.36º55%31.37%-
XYZ4.683.952.18-
YUV56.2116.6144.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.78%
GREEN value IS 48 (19.14% from 255) = 29.27%
BLUE value IS 36 (14.45% from 255) = 21.95%
R=48.78%
G=29.27%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80483600.400.550.6916.3637.9322.75
Hex5030240283745102617
Octal120604405067105204627
Binary1010000110000100100010100011011110001011000010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503024; }

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

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

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

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

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

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

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

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