#50633D

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

Shades of Dell #50633D

Tints of Dell #50633D

Color information

#50633D (or 0x50633D) is unknown color: approx Dell. HEX triplet: 50, 63 and 3D. RGB value is (80,99,61). Sum of RGB (Red+Green+Blue) = 80+99+61=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 99 - color contains mainly: green. Hex color #50633D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50633D is #AF9CC2. Grayscale: #595959. Windows color (decimal): -11508931 or 4023120. OLE color: 4023120.

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

Color convert

RGB809961-
CMYK0.1900.380.61
HSL90º23.75%31.37%-
HSV(B)90º38.38%38.82%-
XYZ8.6110.976.08-
YUV88.99112.21121.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.33%
GREEN value IS 99 (39.06% from 255) = 41.25%
BLUE value IS 61 (24.22% from 255) = 25.42%
R=33.33%
G=41.25%
B=25.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8099610.1900.380.619023.7531.37
Hex50633D130263D5a181f
Octal1201437523046751323037
Binary1010000110001111110110011010011011110110110101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50633D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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