Html Css Color HEX #503124 Indian Tan

📋 copy color: '#503124'

red 80 ◦ green 49 ◦ blue 36

#503124
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indian Tan #503124

Tints of Indian Tan #503124

RGB

 RED value IS 80 (31.64% from 255) = 48.48%

 GREEN value IS 49 (19.53% from 255) = 29.7%

 BLUE value IS 36 (14.45% from 255) = 21.82%

R = 48.48%
G = 29.7%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#503124 (or 0x503124) is known color: Indian Tan. HEX triplet: 50, 31 and 24. RGB value is (80,49,36). Sum of RGB (Red+Green+Blue) = 80+49+36=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #503124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503124 is #AFCEDB. Grayscale: #383838. Windows color (decimal): -11521756 or 2371920. OLE color: 2371920.

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

Color convert

RGB 80 49 36 -
CMYK 0 0.39 0.55 0.69
HSL 17.73º 0.38% 0.23% -
HSV(B) 17.73º 0.55% 0.31% -
XYZ 4.73 4.03 2.2 -
YUV 56.79 116.27 144.56 -
System Red Green Blue C M Y K H S L
Decimal 80 49 36 0 0.39 0.55 0.69 17.73 0.38 0.23
Hex 50 31 24 0 27 37 45 12 26 17
Octal 120 61 44 0 47 67 105 22 46 27
Binary 1010000 110001 100100 0 100111 110111 1000101 10010 100110 10111

Color Harmonies of #503124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503124

Black with #503124

Text Example


Text Example

White with #503124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503124; }

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

 H1.HeaderClassName
 {
   color: #503124;
 }
 .AnyTagClassName
 {
   color: #503124;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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