Html Css Color HEX #503324 Indian Tan

📋 copy color: '#503324'

red 80 ◦ green 51 ◦ blue 36

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

Shades of Indian Tan #503324

Tints of Indian Tan #503324

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.54%

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

R = 47.9%
G = 30.54%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#503324 (or 0x503324) is known color: Indian Tan. HEX triplet: 50, 33 and 24. RGB value is (80,51,36). Sum of RGB (Red+Green+Blue) = 80+51+36=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #503324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503324 is #AFCCDB. Grayscale: #3A3A3A. Windows color (decimal): -11521244 or 2372432. OLE color: 2372432.

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

Color convert

RGB 80 51 36 -
CMYK 0 0.36 0.55 0.69
HSL 20.45º 0.38% 0.23% -
HSV(B) 20.45º 0.55% 0.31% -
XYZ 4.81 4.2 2.23 -
YUV 57.96 115.61 143.72 -
System Red Green Blue C M Y K H S L
Decimal 80 51 36 0 0.36 0.55 0.69 20.45 0.38 0.23
Hex 50 33 24 0 24 37 45 14 26 17
Octal 120 63 44 0 44 67 105 24 46 27
Binary 1010000 110011 100100 0 100100 110111 1000101 10100 100110 10111

Color Harmonies of #503324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503324

Black with #503324

Text Example


Text Example

White with #503324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503324; }

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

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

background-color css

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

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

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

border-color css

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

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

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