Html Css Color HEX #503020 Indian Tan

📋 copy color: '#503020'

red 80 ◦ green 48 ◦ blue 32

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

Shades of Indian Tan #503020

Tints of Indian Tan #503020

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30%

 BLUE value IS 32 (12.89% from 255) = 20%

R = 50%
G = 30%
B = 20%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#503020 (or 0x503020) is known color: Indian Tan. HEX triplet: 50, 30 and 20. RGB value is (80,48,32). Sum of RGB (Red+Green+Blue) = 80+48+32=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #503020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503020 is #AFCFDF. Grayscale: #373737. Windows color (decimal): -11522016 or 2109520. OLE color: 2109520.

HSL color Cylindrical-coordinate representation of color #503020: hue angle of 20º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #503020 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 48 32 -
CMYK 0 0.40 0.60 0.69
HSL 20º 0.43% 0.22% -
HSV(B) 20º 0.6% 0.31% -
XYZ 4.63 3.92 1.88 -
YUV 55.74 114.6 145.3 -
System Red Green Blue C M Y K H S L
Decimal 80 48 32 0 0.40 0.60 0.69 20 0.43 0.22
Hex 50 30 20 0 28 3C 45 14 2B 16
Octal 120 60 40 0 50 74 105 24 53 26
Binary 1010000 110000 100000 0 101000 111100 1000101 10100 101011 10110

Color Harmonies of #503020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503020

Black with #503020

Text Example


Text Example

White with #503020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503020; }

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

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

background-color css

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

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

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

border-color css

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

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

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