#50663D

Color #50663D Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #50663D

Tints of Dell #50663D

Color information

#50663D (or 0x50663D) is unknown color: approx Dell. HEX triplet: 50, 66 and 3D. RGB value is (80,102,61). Sum of RGB (Red+Green+Blue) = 80+102+61=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 102 - color contains mainly: green. Hex color #50663D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50663D is #AF99C2. Grayscale: #5A5A5A. Windows color (decimal): -11508163 or 4023888. OLE color: 4023888.

HSL color Cylindrical-coordinate representation of color #50663D: hue angle of 92.2º 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 #50663D is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.6.

Color convert

RGB8010261-
CMYK0.2200.400.6
HSL92.2º25.15%31.96%-
HSV(B)92.2º40.2%40%-
XYZ8.911.556.17-
YUV90.75111.21120.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.92%
GREEN value IS 102 (40.23% from 255) = 41.98%
BLUE value IS 61 (24.22% from 255) = 25.10%
R=32.92%
G=41.98%
B=25.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal80102610.2200.400.692.225.1531.96
Hex50663D160283C5c1920
Octal1201467526050741343140
Binary10100001100110111101101100101000111100101110011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50663D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50663D;
 }
 .AnyTagClassName
 {
   color: #50663D;
 }
</style>
background-color css

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

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

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

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

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

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