#595541

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

Shades of Millbrook #595541

Tints of Millbrook #595541

Color information

#595541 (or 0x595541) is unknown color: approx Millbrook. HEX triplet: 59, 55 and 41. RGB value is (89,85,65). Sum of RGB (Red+Green+Blue) = 89+85+65=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 65 (25.78% from 255 or 27.20% from 239); Max value from RGB is 89 - color contains mainly: red. Hex color #595541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595541 is #A6AABE. Grayscale: #545454. Windows color (decimal): -10922687 or 4281689. OLE color: 4281689.

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

Color convert

RGB898565-
CMYK00.040.270.65
HSL50º15.58%30.2%-
HSV(B)50º26.97%34.9%-
XYZ8.3296.3-
YUV83.92117.33131.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.24%
GREEN value IS 85 (33.59% from 255) = 35.56%
BLUE value IS 65 (25.78% from 255) = 27.20%
R=37.24%
G=35.56%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89856500.040.270.655015.5830.2
Hex595541041B4132101e
Octal1311251010433101622036
Binary10110011010101100000101001101110000011100101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595541; }

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

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

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

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

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

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

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

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