Html Css Color HEX #50643D Dell

📋 copy color: '#50643D'

red 80 ◦ green 100 ◦ blue 61

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

Shades of Dell #50643D

Tints of Dell #50643D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.31%

R = 33.2%
G = 41.49%
B = 25.31%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.39

 K value IS 0.61

RGB Variations

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

Color information

#50643D (or 0x50643D) is known color: Dell. HEX triplet: 50, 64 and 3D. RGB value is (80,100,61). Sum of RGB (Red+Green+Blue) = 80+100+61=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 100 - color contains mainly: green. Hex color #50643D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50643D is #AF9BC2. Grayscale: #595959. Windows color (decimal): -11508675 or 4023376. OLE color: 4023376.

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

Color convert

RGB 80 100 61 -
CMYK 0.2 0 0.39 0.61
HSL 90.77º 0.24% 0.32% -
HSV(B) 90.77º 0.39% 0.39% -
XYZ 8.71 11.16 6.11 -
YUV 89.57 111.87 121.17 -
System Red Green Blue C M Y K H S L
Decimal 80 100 61 0.2 0 0.39 0.61 90.77 0.24 0.32
Hex 50 64 3D 14 0 27 3D 5B 18 20
Octal 120 144 75 24 0 47 75 133 30 40
Binary 1010000 1100100 111101 10100 0 100111 111101 1011011 11000 100000

Color Harmonies of #50643D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50643D

Black with #50643D

Text Example


Text Example

White with #50643D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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