#4D603C

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

Shades of Dell #4D603C

Tints of Dell #4D603C

Color information

#4D603C (or 0x4D603C) is unknown color: approx Dell. HEX triplet: 4D, 60 and 3C. RGB value is (77,96,60). Sum of RGB (Red+Green+Blue) = 77+96+60=233 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.05% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 96 - color contains mainly: green. Hex color #4D603C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D603C is #B29FC3. Grayscale: #565656. Windows color (decimal): -11706308 or 3956813. OLE color: 3956813.

HSL color Cylindrical-coordinate representation of color #4D603C: hue angle of 91.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D603C is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB779660-
CMYK0.2000.380.62
HSL91.67º23.08%30.59%-
HSV(B)91.67º37.5%37.65%-
XYZ8.0610.275.83-
YUV86.22113.21121.43-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.05%
GREEN value IS 96 (37.89% from 255) = 41.20%
BLUE value IS 60 (23.83% from 255) = 25.75%
R=33.05%
G=41.20%
B=25.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7796600.2000.380.6291.6723.0830.59
Hex4D603C140263E5c171f
Octal1151407424046761342737
Binary1001101110000011110010100010011011111010111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D603C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D603C; }

 p { color: rgb(77,96,60); }

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

<style>
 a { background-color: #4D603C; }

 a { background-color: rgb(77,96,60); }

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

<style>
 span { border-color: #4D603C; }

 span { border-color: rgb(77,96,60); }

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