#49663B

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

Shades of Dell #49663B

Tints of Dell #49663B

Color information

#49663B (or 0x49663B) is unknown color: approx Dell. HEX triplet: 49, 66 and 3B. RGB value is (73,102,59). Sum of RGB (Red+Green+Blue) = 73+102+59=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 102 - color contains mainly: green. Hex color #49663B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49663B is #B699C4. Grayscale: #585858. Windows color (decimal): -11966917 or 3892809. OLE color: 3892809.

HSL color Cylindrical-coordinate representation of color #49663B: hue angle of 100.47º 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 #49663B is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.6.

Color convert

RGB7310259-
CMYK0.2800.420.6
HSL100.47º26.71%31.57%-
HSV(B)100.47º42.16%40%-
XYZ8.2911.235.87-
YUV88.43111.39117-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.20%
GREEN value IS 102 (40.23% from 255) = 43.59%
BLUE value IS 59 (23.44% from 255) = 25.21%
R=31.20%
G=43.59%
B=25.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal73102590.2800.420.6100.4726.7131.57
Hex49663B1C02A3C641b20
Octal1111467334052741443340
Binary10010011100110111011111000101010111100110010011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49663B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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