#40592C

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

Shades of Dell #40592C

Tints of Dell #40592C

Color information

#40592C (or 0x40592C) is unknown color: approx Dell. HEX triplet: 40, 59 and 2C. RGB value is (64,89,44). Sum of RGB (Red+Green+Blue) = 64+89+44=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 89 (35.16% from 255 or 45.18% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 89 - color contains mainly: green. Hex color #40592C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40592C is #BFA6D3. Grayscale: #4C4C4C. Windows color (decimal): -12560084 or 2906432. OLE color: 2906432.

HSL color Cylindrical-coordinate representation of color #40592C: hue angle of 93.33º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #40592C is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB648944-
CMYK0.2800.510.65
HSL93.33º33.83%26.08%-
HSV(B)93.33º50.56%34.9%-
XYZ6.148.423.68-
YUV76.4109.72119.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.49%
GREEN value IS 89 (35.16% from 255) = 45.18%
BLUE value IS 44 (17.58% from 255) = 22.34%
R=32.49%
G=45.18%
B=22.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6489440.2800.510.6593.3333.8326.08
Hex40592C1C033415d221a
Octal10013154340631011354232
Binary100000010110011011001110001100111000001101110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40592C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40592C; }

 p { color: rgb(64,89,44); }

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

<style>
 a { background-color: #40592C; }

 a { background-color: rgb(64,89,44); }

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

<style>
 span { border-color: #40592C; }

 span { border-color: rgb(64,89,44); }

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