Html Css Color HEX #503429 Indian Tan

📋 copy color: '#503429'

red 80 ◦ green 52 ◦ blue 41

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

Shades of Indian Tan #503429

Tints of Indian Tan #503429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.06%

 BLUE value IS 41 (16.41% from 255) = 23.7%

R = 46.24%
G = 30.06%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#503429 (or 0x503429) is known color: Indian Tan. HEX triplet: 50, 34 and 29. RGB value is (80,52,41). Sum of RGB (Red+Green+Blue) = 80+52+41=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 41 (16.41% from 255 or 23.70% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #503429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503429 is #AFCBD6. Grayscale: #3B3B3B. Windows color (decimal): -11520983 or 2700368. OLE color: 2700368.

HSL color Cylindrical-coordinate representation of color #503429: hue angle of 16.92º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #503429 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 52 41 -
CMYK 0 0.35 0.49 0.69
HSL 16.92º 0.32% 0.24% -
HSV(B) 16.92º 0.49% 0.31% -
XYZ 4.94 4.32 2.67 -
YUV 59.12 117.78 142.89 -
System Red Green Blue C M Y K H S L
Decimal 80 52 41 0 0.35 0.49 0.69 16.92 0.32 0.24
Hex 50 34 29 0 23 31 45 11 20 18
Octal 120 64 51 0 43 61 105 21 40 30
Binary 1010000 110100 101001 0 100011 110001 1000101 10001 100000 11000

Color Harmonies of #503429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503429

Black with #503429

Text Example


Text Example

White with #503429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503429; }

 p { color: rgb(80,52,41); }

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

background-color css

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

 a { background-color: rgb(80,52,41); }

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

border-color css

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

 span { border-color: rgb(80,52,41); }

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