Html Css Color HEX #50643C Dell

📋 copy color: '#50643C'

red 80 ◦ green 100 ◦ blue 60

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

Shades of Dell #50643C

Tints of Dell #50643C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.67%

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

R = 33.33%
G = 41.67%
B = 25%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.4

 K value IS 0.61

RGB Variations

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

Color information

#50643C (or 0x50643C) is known color: Dell. HEX triplet: 50, 64 and 3C. RGB value is (80,100,60). Sum of RGB (Red+Green+Blue) = 80+100+60=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 100 - color contains mainly: green. Hex color #50643C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50643C is #AF9BC3. Grayscale: #595959. Windows color (decimal): -11508676 or 3957840. OLE color: 3957840.

HSL color Cylindrical-coordinate representation of color #50643C: hue angle of 90º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #50643C is Cyan = 0.2, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 100 60 -
CMYK 0.2 0 0.4 0.61
HSL 90º 0.25% 0.31% -
HSV(B) 90º 0.4% 0.39% -
XYZ 8.68 11.15 5.97 -
YUV 89.46 111.37 121.25 -
System Red Green Blue C M Y K H S L
Decimal 80 100 60 0.2 0 0.4 0.61 90 0.25 0.31
Hex 50 64 3C 14 0 28 3D 5A 19 1F
Octal 120 144 74 24 0 50 75 132 31 37
Binary 1010000 1100100 111100 10100 0 101000 111101 1011010 11001 11111

Color Harmonies of #50643C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50643C

Black with #50643C

Text Example


Text Example

White with #50643C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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