#4D613B

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

Shades of Dell #4D613B

Tints of Dell #4D613B

Color information

#4D613B (or 0x4D613B) is unknown color: approx Dell. HEX triplet: 4D, 61 and 3B. RGB value is (77,97,59). Sum of RGB (Red+Green+Blue) = 77+97+59=233 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.05% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 97 - color contains mainly: green. Hex color #4D613B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D613B is #B29EC4. Grayscale: #565656. Windows color (decimal): -11706053 or 3891533. OLE color: 3891533.

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

Color convert

RGB779759-
CMYK0.2100.390.62
HSL91.58º24.36%30.59%-
HSV(B)91.58º39.18%38.04%-
XYZ8.1210.445.73-
YUV86.69112.37121.09-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.05%
GREEN value IS 97 (38.28% from 255) = 41.63%
BLUE value IS 59 (23.44% from 255) = 25.32%
R=33.05%
G=41.63%
B=25.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7797590.2100.390.6291.5824.3630.59
Hex4D613B150273E5c181f
Octal1151417325047761343037
Binary1001101110000111101110101010011111111010111001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D613B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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