#4D663B

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

Shades of Dell #4D663B

Tints of Dell #4D663B

Color information

#4D663B (or 0x4D663B) is unknown color: approx Dell. HEX triplet: 4D, 66 and 3B. RGB value is (77,102,59). Sum of RGB (Red+Green+Blue) = 77+102+59=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 102 - color contains mainly: green. Hex color #4D663B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D663B is #B299C4. Grayscale: #595959. Windows color (decimal): -11704773 or 3892813. OLE color: 3892813.

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

Color convert

RGB7710259-
CMYK0.2500.420.6
HSL94.88º26.71%31.57%-
HSV(B)94.88º42.16%40%-
XYZ8.611.45.88-
YUV89.62110.72119-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.35%
GREEN value IS 102 (40.23% from 255) = 42.86%
BLUE value IS 59 (23.44% from 255) = 24.79%
R=32.35%
G=42.86%
B=24.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal77102590.2500.420.694.8826.7131.57
Hex4D663B1902A3C5f1b20
Octal1151467331052741373340
Binary10011011100110111011110010101010111100101111111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D663B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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