Html Css Color HEX #50673E Dell

📋 copy color: '#50673E'

red 80 ◦ green 103 ◦ blue 62

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

Shades of Dell #50673E

Tints of Dell #50673E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.04%

 BLUE value IS 62 (24.61% from 255) = 25.31%

R = 32.65%
G = 42.04%
B = 25.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.60

RGB Variations

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

Color information

#50673E (or 0x50673E) is known color: Dell. HEX triplet: 50, 67 and 3E. RGB value is (80,103,62). Sum of RGB (Red+Green+Blue) = 80+103+62=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 103 (40.62% from 255 or 42.04% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 103 - color contains mainly: green. Hex color #50673E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50673E is #AF98C1. Grayscale: #5B5B5B. Windows color (decimal): -11507906 or 4089680. OLE color: 4089680.

HSL color Cylindrical-coordinate representation of color #50673E: hue angle of 93.66º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #50673E is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 103 62 -
CMYK 0.22 0 0.40 0.60
HSL 93.66º 0.25% 0.32% -
HSV(B) 93.66º 0.4% 0.4% -
XYZ 9.03 11.75 6.35 -
YUV 91.45 111.38 119.83 -
System Red Green Blue C M Y K H S L
Decimal 80 103 62 0.22 0 0.40 0.60 93.66 0.25 0.32
Hex 50 67 3E 16 0 28 3C 5E 19 20
Octal 120 147 76 26 0 50 74 136 31 40
Binary 1010000 1100111 111110 10110 0 101000 111100 1011110 11001 100000

Color Harmonies of #50673E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50673E

Black with #50673E

Text Example


Text Example

White with #50673E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,103,62); }

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

background-color css

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

 a { background-color: rgb(80,103,62); }

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

border-color css

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

 span { border-color: rgb(80,103,62); }

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