#585541

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

Shades of Millbrook #585541

Tints of Millbrook #585541

Color information

#585541 (or 0x585541) is unknown color: approx Millbrook. HEX triplet: 58, 55 and 41. RGB value is (88,85,65). Sum of RGB (Red+Green+Blue) = 88+85+65=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 88 - color contains mainly: red. Hex color #585541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585541 is #A7AABE. Grayscale: #535353. Windows color (decimal): -10988223 or 4281688. OLE color: 4281688.

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

Color convert

RGB888565-
CMYK00.030.260.65
HSL52.17º15.03%30%-
HSV(B)52.17º26.14%34.51%-
XYZ8.238.956.3-
YUV83.62117.49131.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.97%
GREEN value IS 85 (33.59% from 255) = 35.71%
BLUE value IS 65 (25.78% from 255) = 27.31%
R=36.97%
G=35.71%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88856500.030.260.6552.1715.0330
Hex585541031A4134f1e
Octal1301251010332101641736
Binary101100010101011000001011110101000001110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585541; }

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

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

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

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

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

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

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

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