#595442

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

Shades of Millbrook #595442

Tints of Millbrook #595442

Color information

#595442 (or 0x595442) is unknown color: approx Millbrook. HEX triplet: 59, 54 and 42. RGB value is (89,84,66). Sum of RGB (Red+Green+Blue) = 89+84+66=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 66 (26.17% from 255 or 27.62% from 239); Max value from RGB is 89 - color contains mainly: red. Hex color #595442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595442 is #A6ABBD. Grayscale: #535353. Windows color (decimal): -10922942 or 4346969. OLE color: 4346969.

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

Color convert

RGB898466-
CMYK00.060.260.65
HSL46.96º14.84%30.39%-
HSV(B)46.96º25.84%34.9%-
XYZ8.278.866.43-
YUV83.44118.16131.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.24%
GREEN value IS 84 (33.20% from 255) = 35.15%
BLUE value IS 66 (26.17% from 255) = 27.62%
R=37.24%
G=35.15%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89846600.060.260.6546.9614.8430.39
Hex595442061A412ff1e
Octal1311241020632101571736
Binary1011001101010010000100110110101000001101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595442; }

 p { color: rgb(89,84,66); }

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

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

 a { background-color: rgb(89,84,66); }

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

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

 span { border-color: rgb(89,84,66); }

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