#59594A

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

Shades of Millbrook #59594A

Tints of Millbrook #59594A

Color information

#59594A (or 0x59594A) is unknown color: approx Millbrook. HEX triplet: 59, 59 and 4A. RGB value is (89,89,74). Sum of RGB (Red+Green+Blue) = 89+89+74=252 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.32% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 89 - color contains mainly: red, green. Hex color #59594A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59594A is #A6A6B5. Grayscale: #575757. Windows color (decimal): -10921654 or 4872537. OLE color: 4872537.

HSL color Cylindrical-coordinate representation of color #59594A: hue angle of 60º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #59594A is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB898974-
CMYK000.170.65
HSL60º9.2%31.96%-
HSV(B)60º16.85%34.9%-
XYZ8.939.767.89-
YUV87.29120.5129.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.32%
GREEN value IS 89 (35.16% from 255) = 35.32%
BLUE value IS 74 (29.30% from 255) = 29.37%
R=35.32%
G=35.32%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal898974000.170.65609.231.96
Hex59594A0011413c920
Octal1311311120021101741140
Binary101100110110011001010001000110000011111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59594A; }

 p { color: rgb(89,89,74); }

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

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

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

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

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

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

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