Html Css Color HEX #50362A Indian Tan

📋 copy color: '#50362A'

red 80 ◦ green 54 ◦ blue 42

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

Shades of Indian Tan #50362A

Tints of Indian Tan #50362A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.68%

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

R = 45.45%
G = 30.68%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#50362A (or 0x50362A) is known color: Indian Tan. HEX triplet: 50, 36 and 2A. RGB value is (80,54,42). Sum of RGB (Red+Green+Blue) = 80+54+42=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #50362A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50362A is #AFC9D5. Grayscale: #3C3C3C. Windows color (decimal): -11520470 or 2766416. OLE color: 2766416.

HSL color Cylindrical-coordinate representation of color #50362A: hue angle of 18.95º 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 #50362A is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 54 42 -
CMYK 0 0.33 0.48 0.69
HSL 18.95º 0.31% 0.24% -
HSV(B) 18.95º 0.48% 0.31% -
XYZ 5.05 4.51 2.8 -
YUV 60.41 117.61 141.98 -
System Red Green Blue C M Y K H S L
Decimal 80 54 42 0 0.33 0.48 0.69 18.95 0.31 0.24
Hex 50 36 2A 0 21 30 45 13 1F 18
Octal 120 66 52 0 41 60 105 23 37 30
Binary 1010000 110110 101010 0 100001 110000 1000101 10011 11111 11000

Color Harmonies of #50362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50362A

Black with #50362A

Text Example


Text Example

White with #50362A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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