#40592B

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

Shades of Dell #40592B

Tints of Dell #40592B

Color information

#40592B (or 0x40592B) is unknown color: approx Dell. HEX triplet: 40, 59 and 2B. RGB value is (64,89,43). Sum of RGB (Red+Green+Blue) = 64+89+43=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 89 (35.16% from 255 or 45.41% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 89 - color contains mainly: green. Hex color #40592B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40592B is #BFA6D4. Grayscale: #4C4C4C. Windows color (decimal): -12560085 or 2840896. OLE color: 2840896.

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

Color convert

RGB648943-
CMYK0.2800.520.65
HSL92.61º34.85%25.88%-
HSV(B)92.61º51.69%34.9%-
XYZ6.128.413.59-
YUV76.28109.22119.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.65%
GREEN value IS 89 (35.16% from 255) = 45.41%
BLUE value IS 43 (17.19% from 255) = 21.94%
R=32.65%
G=45.41%
B=21.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6489430.2800.520.6592.6134.8525.88
Hex40592B1C034415d231a
Octal10013153340641011354332
Binary100000010110011010111110001101001000001101110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40592B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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