Html Css Color HEX #50673C Dell

📋 copy color: '#50673C'

red 80 ◦ green 103 ◦ blue 60

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

Shades of Dell #50673C

Tints of Dell #50673C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.69%

R = 32.92%
G = 42.39%
B = 24.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.60

RGB Variations

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

Color information

#50673C (or 0x50673C) is known color: Dell. HEX triplet: 50, 67 and 3C. RGB value is (80,103,60). Sum of RGB (Red+Green+Blue) = 80+103+60=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 103 (40.62% from 255 or 42.39% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 103 - color contains mainly: green. Hex color #50673C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50673C is #AF98C3. Grayscale: #5B5B5B. Windows color (decimal): -11507908 or 3958608. OLE color: 3958608.

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

Color convert

RGB 80 103 60 -
CMYK 0.22 0 0.42 0.60
HSL 92.09º 0.26% 0.32% -
HSV(B) 92.09º 0.42% 0.4% -
XYZ 8.97 11.73 6.07 -
YUV 91.22 110.38 120 -
System Red Green Blue C M Y K H S L
Decimal 80 103 60 0.22 0 0.42 0.60 92.09 0.26 0.32
Hex 50 67 3C 16 0 2A 3C 5C 1A 20
Octal 120 147 74 26 0 52 74 134 32 40
Binary 1010000 1100111 111100 10110 0 101010 111100 1011100 11010 100000

Color Harmonies of #50673C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50673C

Black with #50673C

Text Example


Text Example

White with #50673C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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