#575549

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

Shades of Millbrook #575549

Tints of Millbrook #575549

Color information

#575549 (or 0x575549) is unknown color: approx Millbrook. HEX triplet: 57, 55 and 49. RGB value is (87,85,73). Sum of RGB (Red+Green+Blue) = 87+85+73=245 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.51% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 87 - color contains mainly: red. Hex color #575549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575549 is #A8AAB6. Grayscale: #545454. Windows color (decimal): -11053751 or 4805975. OLE color: 4805975.

HSL color Cylindrical-coordinate representation of color #575549: hue angle of 51.43º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #575549 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB878573-
CMYK00.020.160.66
HSL51.43º8.75%31.37%-
HSV(B)51.43º16.09%34.12%-
XYZ8.3897.6-
YUV84.23121.66129.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.51%
GREEN value IS 85 (33.59% from 255) = 34.69%
BLUE value IS 73 (28.91% from 255) = 29.80%
R=35.51%
G=34.69%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87857300.020.160.6651.438.7531.37
Hex5755490210423391f
Octal1271251110220102631137
Binary101011110101011001001010100001000010110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575549; }

 p { color: rgb(87,85,73); }

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

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

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

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

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

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

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