Html Css Color HEX #50352A Indian Tan

📋 copy color: '#50352A'

red 80 ◦ green 53 ◦ blue 42

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

Shades of Indian Tan #50352A

Tints of Indian Tan #50352A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.29%

 BLUE value IS 42 (16.8% from 255) = 24%

R = 45.71%
G = 30.29%
B = 24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#50352A (or 0x50352A) is known color: Indian Tan. HEX triplet: 50, 35 and 2A. RGB value is (80,53,42). Sum of RGB (Red+Green+Blue) = 80+53+42=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 53 (21.09% from 255 or 30.29% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #50352A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50352A is #AFCAD5. Grayscale: #3B3B3B. Windows color (decimal): -11520726 or 2766160. OLE color: 2766160.

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

Color convert

RGB 80 53 42 -
CMYK 0 0.34 0.48 0.69
HSL 17.37º 0.31% 0.24% -
HSV(B) 17.37º 0.48% 0.31% -
XYZ 5 4.42 2.78 -
YUV 59.82 117.95 142.39 -
System Red Green Blue C M Y K H S L
Decimal 80 53 42 0 0.34 0.48 0.69 17.37 0.31 0.24
Hex 50 35 2A 0 22 30 45 11 1F 18
Octal 120 65 52 0 42 60 105 21 37 30
Binary 1010000 110101 101010 0 100010 110000 1000101 10001 11111 11000

Color Harmonies of #50352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50352A

Black with #50352A

Text Example


Text Example

White with #50352A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50352A; }

 p { color: rgb(80,53,42); }

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

background-color css

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

 a { background-color: rgb(80,53,42); }

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

border-color css

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

 span { border-color: rgb(80,53,42); }

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