#595545

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

Shades of Millbrook #595545

Tints of Millbrook #595545

Color information

#595545 (or 0x595545) is unknown color: approx Millbrook. HEX triplet: 59, 55 and 45. RGB value is (89,85,69). Sum of RGB (Red+Green+Blue) = 89+85+69=243 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.63% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 69 (27.34% from 255 or 28.40% from 243); Max value from RGB is 89 - color contains mainly: red. Hex color #595545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595545 is #A6AABA. Grayscale: #545454. Windows color (decimal): -10922683 or 4543833. OLE color: 4543833.

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

Color convert

RGB898569-
CMYK00.040.220.65
HSL48º12.66%30.98%-
HSV(B)48º22.47%34.9%-
XYZ8.449.056.93-
YUV84.37119.33131.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.63%
GREEN value IS 85 (33.59% from 255) = 34.98%
BLUE value IS 69 (27.34% from 255) = 28.40%
R=36.63%
G=34.98%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89856900.040.220.654812.6630.98
Hex59554504164130d1f
Octal1311251050426101601537
Binary1011001101010110001010100101101000001110000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595545; }

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

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

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

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

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

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

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

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