#49603B

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

Shades of Dell #49603B

Tints of Dell #49603B

Color information

#49603B (or 0x49603B) is unknown color: approx Dell. HEX triplet: 49, 60 and 3B. RGB value is (73,96,59). Sum of RGB (Red+Green+Blue) = 73+96+59=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 96 - color contains mainly: green. Hex color #49603B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49603B is #B69FC4. Grayscale: #555555. Windows color (decimal): -11968453 or 3891273. OLE color: 3891273.

HSL color Cylindrical-coordinate representation of color #49603B: hue angle of 97.3º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #49603B is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB739659-
CMYK0.2400.390.62
HSL97.3º23.87%30.39%-
HSV(B)97.3º38.54%37.65%-
XYZ7.7210.15.68-
YUV84.9113.38119.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.02%
GREEN value IS 96 (37.89% from 255) = 42.11%
BLUE value IS 59 (23.44% from 255) = 25.88%
R=32.02%
G=42.11%
B=25.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396590.2400.390.6297.323.8730.39
Hex49603B180273E61181e
Octal1111407330047761413036
Binary1001001110000011101111000010011111111011000011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49603B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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