#3E592A

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

Shades of Dell #3E592A

Tints of Dell #3E592A

Color information

#3E592A (or 0x3E592A) is unknown color: approx Dell. HEX triplet: 3E, 59 and 2A. RGB value is (62,89,42). Sum of RGB (Red+Green+Blue) = 62+89+42=193 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.12% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 89 - color contains mainly: green. Hex color #3E592A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E592A is #C1A6D5. Grayscale: #4B4B4B. Windows color (decimal): -12691158 or 2775358. OLE color: 2775358.

HSL color Cylindrical-coordinate representation of color #3E592A: hue angle of 94.47º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E592A is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB628942-
CMYK0.3000.530.65
HSL94.47º35.88%25.69%-
HSV(B)94.47º52.81%34.9%-
XYZ5.988.343.48-
YUV75.57109.05118.32-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.12%
GREEN value IS 89 (35.16% from 255) = 46.11%
BLUE value IS 42 (16.80% from 255) = 21.76%
R=32.12%
G=46.11%
B=21.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6289420.3000.530.6594.4735.8825.69
Hex3E592A1E035415e241a
Octal7613152360651011364432
Binary11111010110011010101111001101011000001101111010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E592A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E592A; }

 p { color: rgb(62,89,42); }

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

<style>
 a { background-color: #3E592A; }

 a { background-color: rgb(62,89,42); }

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

<style>
 span { border-color: #3E592A; }

 span { border-color: rgb(62,89,42); }

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