#575540

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

Shades of Millbrook #575540

Tints of Millbrook #575540

Color information

#575540 (or 0x575540) is unknown color: approx Millbrook. HEX triplet: 57, 55 and 40. RGB value is (87,85,64). Sum of RGB (Red+Green+Blue) = 87+85+64=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 87 - color contains mainly: red. Hex color #575540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575540 is #A8AABF. Grayscale: #535353. Windows color (decimal): -11053760 or 4216151. OLE color: 4216151.

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

Color convert

RGB878564-
CMYK00.020.260.66
HSL54.78º15.23%29.61%-
HSV(B)54.78º26.44%34.12%-
XYZ8.18.896.14-
YUV83.2117.16130.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.86%
GREEN value IS 85 (33.59% from 255) = 36.02%
BLUE value IS 64 (25.39% from 255) = 27.12%
R=36.86%
G=36.02%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87856400.020.260.6654.7815.2329.61
Hex575540021A4237f1e
Octal1271251000232102671736
Binary101011110101011000000010110101000010110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575540; }

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

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

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

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

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

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

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

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