#595949

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

Shades of Millbrook #595949

Tints of Millbrook #595949

Color information

#595949 (or 0x595949) is unknown color: approx Millbrook. HEX triplet: 59, 59 and 49. RGB value is (89,89,73). Sum of RGB (Red+Green+Blue) = 89+89+73=251 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.46% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 89 - color contains mainly: red, green. Hex color #595949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595949 is #A6A6B6. Grayscale: #575757. Windows color (decimal): -10921655 or 4807001. OLE color: 4807001.

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

Color convert

RGB898973-
CMYK000.180.65
HSL60º9.88%31.76%-
HSV(B)60º17.98%34.9%-
XYZ8.899.757.72-
YUV87.18120129.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.46%
GREEN value IS 89 (35.16% from 255) = 35.46%
BLUE value IS 73 (28.91% from 255) = 29.08%
R=35.46%
G=35.46%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal898973000.180.65609.8831.76
Hex5959490012413ca20
Octal1311311110022101741240
Binary101100110110011001001001001010000011111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595949; }

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

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

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

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

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

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

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

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