#49672C

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

Shades of Dell #49672C

Tints of Dell #49672C

Color information

#49672C (or 0x49672C) is unknown color: approx Dell. HEX triplet: 49, 67 and 2C. RGB value is (73,103,44). Sum of RGB (Red+Green+Blue) = 73+103+44=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 103 (40.62% from 255 or 46.82% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 103 - color contains mainly: green. Hex color #49672C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49672C is #B698D3. Grayscale: #575757. Windows color (decimal): -11966676 or 2910025. OLE color: 2910025.

HSL color Cylindrical-coordinate representation of color #49672C: hue angle of 90.51º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49672C is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.

Color convert

RGB7310344-
CMYK0.2900.570.60
HSL90.51º40.14%28.82%-
HSV(B)90.51º57.28%40.39%-
XYZ8.0511.34.14-
YUV87.3103.56117.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.18%
GREEN value IS 103 (40.62% from 255) = 46.82%
BLUE value IS 44 (17.58% from 255) = 20%
R=33.18%
G=46.82%
B=20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73103440.2900.570.6090.5140.1428.82
Hex49672C1D0393C5b281d
Octal1111475435071741335035
Binary10010011100111101100111010111001111100101101110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49672C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49672C; }

 p { color: rgb(73,103,44); }

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

<style>
 a { background-color: #49672C; }

 a { background-color: rgb(73,103,44); }

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

<style>
 span { border-color: #49672C; }

 span { border-color: rgb(73,103,44); }

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