Html Css Color HEX #503323 Indian Tan

📋 copy color: '#503323'

red 80 ◦ green 51 ◦ blue 35

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

Shades of Indian Tan #503323

Tints of Indian Tan #503323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 21.08%

R = 48.19%
G = 30.72%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#503323 (or 0x503323) is known color: Indian Tan. HEX triplet: 50, 33 and 23. RGB value is (80,51,35). Sum of RGB (Red+Green+Blue) = 80+51+35=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #503323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503323 is #AFCCDC. Grayscale: #393939. Windows color (decimal): -11521245 or 2306896. OLE color: 2306896.

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

Color convert

RGB 80 51 35 -
CMYK 0 0.36 0.56 0.69
HSL 21.33º 0.39% 0.23% -
HSV(B) 21.33º 0.56% 0.31% -
XYZ 4.8 4.19 2.15 -
YUV 57.85 115.11 143.8 -
System Red Green Blue C M Y K H S L
Decimal 80 51 35 0 0.36 0.56 0.69 21.33 0.39 0.23
Hex 50 33 23 0 24 38 45 15 27 17
Octal 120 63 43 0 44 70 105 25 47 27
Binary 1010000 110011 100011 0 100100 111000 1000101 10101 100111 10111

Color Harmonies of #503323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503323

Black with #503323

Text Example


Text Example

White with #503323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503323; }

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

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

background-color css

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

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

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

border-color css

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

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

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