Html Css Color HEX #50663B Dell

📋 copy color: '#50663B'

red 80 ◦ green 102 ◦ blue 59

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

Shades of Dell #50663B

Tints of Dell #50663B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.32%

 BLUE value IS 59 (23.44% from 255) = 24.48%

R = 33.2%
G = 42.32%
B = 24.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.6

RGB Variations

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

Color information

#50663B (or 0x50663B) is known color: Dell. HEX triplet: 50, 66 and 3B. RGB value is (80,102,59). Sum of RGB (Red+Green+Blue) = 80+102+59=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 102 - color contains mainly: green. Hex color #50663B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50663B is #AF99C4. Grayscale: #5A5A5A. Windows color (decimal): -11508165 or 3892816. OLE color: 3892816.

HSL color Cylindrical-coordinate representation of color #50663B: hue angle of 90.7º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50663B is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.6.

Color convert

RGB 80 102 59 -
CMYK 0.22 0 0.42 0.6
HSL 90.7º 0.27% 0.32% -
HSV(B) 90.7º 0.42% 0.4% -
XYZ 8.85 11.52 5.9 -
YUV 90.52 110.21 120.5 -
System Red Green Blue C M Y K H S L
Decimal 80 102 59 0.22 0 0.42 0.6 90.7 0.27 0.32
Hex 50 66 3B 16 0 2A 3C 5B 1B 20
Octal 120 146 73 26 0 52 74 133 33 40
Binary 1010000 1100110 111011 10110 0 101010 111100 1011011 11011 100000

Color Harmonies of #50663B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50663B

Black with #50663B

Text Example


Text Example

White with #50663B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50663B;
 }
 .AnyTagClassName
 {
   color: #50663B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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