Html Css Color HEX #50301E Indian Tan

📋 copy color: '#50301E'

red 80 ◦ green 48 ◦ blue 30

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

Shades of Indian Tan #50301E

Tints of Indian Tan #50301E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.99%

R = 50.63%
G = 30.38%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#50301E (or 0x50301E) is known color: Indian Tan. HEX triplet: 50, 30 and 1E. RGB value is (80,48,30). Sum of RGB (Red+Green+Blue) = 80+48+30=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #50301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50301E is #AFCFE1. Grayscale: #373737. Windows color (decimal): -11522018 or 1978448. OLE color: 1978448.

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

Color convert

RGB 80 48 30 -
CMYK 0 0.40 0.62 0.69
HSL 21.6º 0.45% 0.22% -
HSV(B) 21.6º 0.63% 0.31% -
XYZ 4.6 3.91 1.74 -
YUV 55.52 113.6 145.46 -
System Red Green Blue C M Y K H S L
Decimal 80 48 30 0 0.40 0.62 0.69 21.6 0.45 0.22
Hex 50 30 1E 0 28 3E 45 16 2D 16
Octal 120 60 36 0 50 76 105 26 55 26
Binary 1010000 110000 11110 0 101000 111110 1000101 10110 101101 10110

Color Harmonies of #50301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50301E

Black with #50301E

Text Example


Text Example

White with #50301E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50301E; }

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

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

background-color css

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

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

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

border-color css

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

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

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