#595540

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

Shades of Millbrook #595540

Tints of Millbrook #595540

Color information

#595540 (or 0x595540) is unknown color: approx Millbrook. HEX triplet: 59, 55 and 40. RGB value is (89,85,64). Sum of RGB (Red+Green+Blue) = 89+85+64=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 89 - color contains mainly: red. Hex color #595540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595540 is #A6AABF. Grayscale: #535353. Windows color (decimal): -10922688 or 4216153. OLE color: 4216153.

HSL color Cylindrical-coordinate representation of color #595540: hue angle of 50.4º 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 #595540 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB898564-
CMYK00.040.280.65
HSL50.4º16.34%30%-
HSV(B)50.4º28.09%34.9%-
XYZ8.298.996.15-
YUV83.8116.83131.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.39%
GREEN value IS 85 (33.59% from 255) = 35.71%
BLUE value IS 64 (25.39% from 255) = 26.89%
R=37.39%
G=35.71%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89856400.040.280.6550.416.3430
Hex595540041C4132101e
Octal1311251000434101622036
Binary10110011010101100000001001110010000011100101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595540; }

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

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

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

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

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

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

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

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