#595542

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

Shades of Millbrook #595542

Tints of Millbrook #595542

Color information

#595542 (or 0x595542) is unknown color: approx Millbrook. HEX triplet: 59, 55 and 42. RGB value is (89,85,66). Sum of RGB (Red+Green+Blue) = 89+85+66=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 66 (26.17% from 255 or 27.5% from 240); Max value from RGB is 89 - color contains mainly: red. Hex color #595542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595542 is #A6AABD. Grayscale: #545454. Windows color (decimal): -10922686 or 4347225. OLE color: 4347225.

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

Color convert

RGB898566-
CMYK00.040.260.65
HSL49.57º14.84%30.39%-
HSV(B)49.57º25.84%34.9%-
XYZ8.359.016.45-
YUV84.03117.83131.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.08%
GREEN value IS 85 (33.59% from 255) = 35.42%
BLUE value IS 66 (26.17% from 255) = 27.5%
R=37.08%
G=35.42%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89856600.040.260.6549.5714.8430.39
Hex595542041A4132f1e
Octal1311251020432101621736
Binary1011001101010110000100100110101000001110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595542; }

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

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

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

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

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

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

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

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