#595740

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

Shades of Millbrook #595740

Tints of Millbrook #595740

Color information

#595740 (or 0x595740) is unknown color: approx Millbrook. HEX triplet: 59, 57 and 40. RGB value is (89,87,64). Sum of RGB (Red+Green+Blue) = 89+87+64=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 89 - color contains mainly: red. Hex color #595740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595740 is #A6A8BF. Grayscale: #555555. Windows color (decimal): -10922176 or 4216665. OLE color: 4216665.

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

Color convert

RGB898764-
CMYK00.020.280.65
HSL55.2º16.34%30%-
HSV(B)55.2º28.09%34.9%-
XYZ8.459.316.2-
YUV84.98116.16130.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.08%
GREEN value IS 87 (34.38% from 255) = 36.25%
BLUE value IS 64 (25.39% from 255) = 26.67%
R=37.08%
G=36.25%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89876400.020.280.6555.216.3430
Hex595740021C4137101e
Octal1311271000234101672036
Binary1011001101011110000000101110010000011101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595740; }

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

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

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

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

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

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

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

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