#585742

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

Shades of Millbrook #585742

Tints of Millbrook #585742

Color information

#585742 (or 0x585742) is unknown color: approx Millbrook. HEX triplet: 58, 57 and 42. RGB value is (88,87,66). Sum of RGB (Red+Green+Blue) = 88+87+66=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 88 - color contains mainly: red. Hex color #585742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585742 is #A7A8BD. Grayscale: #545454. Windows color (decimal): -10987710 or 4347736. OLE color: 4347736.

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

Color convert

RGB888766-
CMYK00.010.250.65
HSL57.27º14.29%30.2%-
HSV(B)57.27º25%34.51%-
XYZ8.429.286.5-
YUV84.9117.33130.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.51%
GREEN value IS 87 (34.38% from 255) = 36.10%
BLUE value IS 66 (26.17% from 255) = 27.39%
R=36.51%
G=36.10%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88876600.010.250.6557.2714.2930.2
Hex58574201194139e1e
Octal1301271020131101711636
Binary10110001010111100001001110011000001111001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585742; }

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

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

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

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

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

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

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

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