#50673D

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

Shades of Dell #50673D

Tints of Dell #50673D

Color information

#50673D (or 0x50673D) is unknown color: approx Dell. HEX triplet: 50, 67 and 3D. RGB value is (80,103,61). Sum of RGB (Red+Green+Blue) = 80+103+61=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 103 - color contains mainly: green. Hex color #50673D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50673D is #AF98C2. Grayscale: #5B5B5B. Windows color (decimal): -11507907 or 4024144. OLE color: 4024144.

HSL color Cylindrical-coordinate representation of color #50673D: hue angle of 92.86º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #50673D is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB8010361-
CMYK0.2200.410.60
HSL92.86º25.61%32.16%-
HSV(B)92.86º40.78%40.39%-
XYZ911.746.21-
YUV91.34110.88119.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.79%
GREEN value IS 103 (40.62% from 255) = 42.21%
BLUE value IS 61 (24.22% from 255) = 25%
R=32.79%
G=42.21%
B=25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80103610.2200.410.6092.8625.6132.16
Hex50673D160293C5d1a20
Octal1201477526051741353240
Binary10100001100111111101101100101001111100101110111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50673D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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