#585540

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

Shades of Millbrook #585540

Tints of Millbrook #585540

Color information

#585540 (or 0x585540) is unknown color: approx Millbrook. HEX triplet: 58, 55 and 40. RGB value is (88,85,64). Sum of RGB (Red+Green+Blue) = 88+85+64=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 88 - color contains mainly: red. Hex color #585540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585540 is #A7AABF. Grayscale: #535353. Windows color (decimal): -10988224 or 4216152. OLE color: 4216152.

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

Color convert

RGB888564-
CMYK00.030.270.65
HSL52.5º15.79%29.8%-
HSV(B)52.5º27.27%34.51%-
XYZ8.28.946.14-
YUV83.5116.99131.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.13%
GREEN value IS 85 (33.59% from 255) = 35.86%
BLUE value IS 64 (25.39% from 255) = 27.00%
R=37.13%
G=35.86%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88856400.030.270.6552.515.7929.8
Hex585540031B4134101e
Octal1301251000333101642036
Binary1011000101010110000000111101110000011101001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585540; }

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

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

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

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

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

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

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

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