#595948

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

Shades of Millbrook #595948

Tints of Millbrook #595948

Color information

#595948 (or 0x595948) is unknown color: approx Millbrook. HEX triplet: 59, 59 and 48. RGB value is (89,89,72). Sum of RGB (Red+Green+Blue) = 89+89+72=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 89 - color contains mainly: red, green. Hex color #595948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595948 is #A6A6B7. Grayscale: #575757. Windows color (decimal): -10921656 or 4741465. OLE color: 4741465.

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

Color convert

RGB898972-
CMYK000.190.65
HSL60º10.56%31.57%-
HSV(B)60º19.1%34.9%-
XYZ8.869.747.54-
YUV87.06119.5129.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.6%
GREEN value IS 89 (35.16% from 255) = 35.6%
BLUE value IS 72 (28.52% from 255) = 28.8%
R=35.6%
G=35.6%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal898972000.190.656010.5631.57
Hex5959480013413cb20
Octal1311311100023101741340
Binary101100110110011001000001001110000011111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595948; }

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

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

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

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

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

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

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

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