Html Css Color HEX #50683C Dell

📋 copy color: '#50683C'

red 80 ◦ green 104 ◦ blue 60

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

Shades of Dell #50683C

Tints of Dell #50683C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.62%

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

R = 32.79%
G = 42.62%
B = 24.59%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#50683C (or 0x50683C) is known color: Dell. HEX triplet: 50, 68 and 3C. RGB value is (80,104,60). Sum of RGB (Red+Green+Blue) = 80+104+60=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 104 - color contains mainly: green. Hex color #50683C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50683C is #AF97C3. Grayscale: #5B5B5B. Windows color (decimal): -11507652 or 3958864. OLE color: 3958864.

HSL color Cylindrical-coordinate representation of color #50683C: hue angle of 92.73º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50683C is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 104 60 -
CMYK 0.23 0 0.42 0.59
HSL 92.73º 0.27% 0.32% -
HSV(B) 92.73º 0.42% 0.41% -
XYZ 9.07 11.93 6.1 -
YUV 91.81 110.05 119.58 -
System Red Green Blue C M Y K H S L
Decimal 80 104 60 0.23 0 0.42 0.59 92.73 0.27 0.32
Hex 50 68 3C 17 0 2A 3B 5D 1B 20
Octal 120 150 74 27 0 52 73 135 33 40
Binary 1010000 1101000 111100 10111 0 101010 111011 1011101 11011 100000

Color Harmonies of #50683C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50683C

Black with #50683C

Text Example


Text Example

White with #50683C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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