#585749

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

Shades of Millbrook #585749

Tints of Millbrook #585749

Color information

#585749 (or 0x585749) is unknown color: approx Millbrook. HEX triplet: 58, 57 and 49. RGB value is (88,87,73). Sum of RGB (Red+Green+Blue) = 88+87+73=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 88 - color contains mainly: red. Hex color #585749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585749 is #A7A8B6. Grayscale: #555555. Windows color (decimal): -10987703 or 4806488. OLE color: 4806488.

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

Color convert

RGB888773-
CMYK00.010.170.65
HSL56º9.32%31.57%-
HSV(B)56º17.05%34.51%-
XYZ8.649.377.66-
YUV85.7120.83129.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.48%
GREEN value IS 87 (34.38% from 255) = 35.08%
BLUE value IS 73 (28.91% from 255) = 29.44%
R=35.48%
G=35.08%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88877300.010.170.65569.3231.57
Hex58574901114138920
Octal1301271110121101701140
Binary101100010101111001001011000110000011110001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585749; }

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

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

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

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

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

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

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

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