#595445

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

Shades of Millbrook #595445

Tints of Millbrook #595445

Color information

#595445 (or 0x595445) is unknown color: approx Millbrook. HEX triplet: 59, 54 and 45. RGB value is (89,84,69). Sum of RGB (Red+Green+Blue) = 89+84+69=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 69 (27.34% from 255 or 28.51% from 242); Max value from RGB is 89 - color contains mainly: red. Hex color #595445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595445 is #A6ABBA. Grayscale: #535353. Windows color (decimal): -10922939 or 4543577. OLE color: 4543577.

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

Color convert

RGB898469-
CMYK00.060.220.65
HSL45º12.66%30.98%-
HSV(B)45º22.47%34.9%-
XYZ8.368.896.91-
YUV83.78119.66131.72-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.78%
GREEN value IS 84 (33.20% from 255) = 34.71%
BLUE value IS 69 (27.34% from 255) = 28.51%
R=36.78%
G=34.71%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89846900.060.220.654512.6630.98
Hex5954450616412dd1f
Octal1311241050626101551537
Binary1011001101010010001010110101101000001101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595445; }

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

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

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

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

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

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

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

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