#595440

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

Shades of Millbrook #595440

Tints of Millbrook #595440

Color information

#595440 (or 0x595440) is unknown color: approx Millbrook. HEX triplet: 59, 54 and 40. RGB value is (89,84,64). Sum of RGB (Red+Green+Blue) = 89+84+64=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 89 - color contains mainly: red. Hex color #595440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595440 is #A6ABBF. Grayscale: #535353. Windows color (decimal): -10922944 or 4215897. OLE color: 4215897.

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

Color convert

RGB898464-
CMYK00.060.280.65
HSL48º16.34%30%-
HSV(B)48º28.09%34.9%-
XYZ8.228.836.12-
YUV83.22117.16132.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.55%
GREEN value IS 84 (33.20% from 255) = 35.44%
BLUE value IS 64 (25.39% from 255) = 27.00%
R=37.55%
G=35.44%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89846400.060.280.654816.3430
Hex595440061C4130101e
Octal1311241000634101602036
Binary10110011010100100000001101110010000011100001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595440; }

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

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

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

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

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

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

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

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