#575546

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

Shades of Millbrook #575546

Tints of Millbrook #575546

Color information

#575546 (or 0x575546) is unknown color: approx Millbrook. HEX triplet: 57, 55 and 46. RGB value is (87,85,70). Sum of RGB (Red+Green+Blue) = 87+85+70=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 70 (27.73% from 255 or 28.93% from 242); Max value from RGB is 87 - color contains mainly: red. Hex color #575546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575546 is #A8AAB9. Grayscale: #535353. Windows color (decimal): -11053754 or 4609367. OLE color: 4609367.

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

Color convert

RGB878570-
CMYK00.020.200.66
HSL52.94º10.83%30.78%-
HSV(B)52.94º19.54%34.12%-
XYZ8.288.977.09-
YUV83.89120.16130.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.95%
GREEN value IS 85 (33.59% from 255) = 35.12%
BLUE value IS 70 (27.73% from 255) = 28.93%
R=35.95%
G=35.12%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87857000.020.200.6652.9410.8330.78
Hex57554602144235b1f
Octal1271251060224102651337
Binary101011110101011000110010101001000010110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575546; }

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

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

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

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

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

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

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

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