#4D653A

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

Shades of Dell #4D653A

Tints of Dell #4D653A

Color information

#4D653A (or 0x4D653A) is unknown color: approx Dell. HEX triplet: 4D, 65 and 3A. RGB value is (77,101,58). Sum of RGB (Red+Green+Blue) = 77+101+58=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 101 - color contains mainly: green. Hex color #4D653A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D653A is #B29AC5. Grayscale: #595959. Windows color (decimal): -11705030 or 3827021. OLE color: 3827021.

HSL color Cylindrical-coordinate representation of color #4D653A: hue angle of 93.49º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D653A is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.60.

Color convert

RGB7710158-
CMYK0.2400.430.60
HSL93.49º27.04%31.18%-
HSV(B)93.49º42.57%39.61%-
XYZ8.4811.195.72-
YUV88.92110.55119.5-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.63%
GREEN value IS 101 (39.84% from 255) = 42.80%
BLUE value IS 58 (23.05% from 255) = 24.58%
R=32.63%
G=42.80%
B=24.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal77101580.2400.430.6093.4927.0431.18
Hex4D653A1802B3C5d1b1f
Octal1151457230053741353337
Binary1001101110010111101011000010101111110010111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D653A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,101,58); }

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

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

 a { background-color: rgb(77,101,58); }

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

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

 span { border-color: rgb(77,101,58); }

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