#585546

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

Shades of Millbrook #585546

Tints of Millbrook #585546

Color information

#585546 (or 0x585546) is unknown color: approx Millbrook. HEX triplet: 58, 55 and 46. RGB value is (88,85,70). Sum of RGB (Red+Green+Blue) = 88+85+70=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 70 (27.73% from 255 or 28.81% from 243); Max value from RGB is 88 - color contains mainly: red. Hex color #585546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585546 is #A7AAB9. Grayscale: #545454. Windows color (decimal): -10988218 or 4609368. OLE color: 4609368.

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

Color convert

RGB888570-
CMYK00.030.200.65
HSL50º11.39%30.98%-
HSV(B)50º20.45%34.51%-
XYZ8.389.017.09-
YUV84.19119.99130.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.21%
GREEN value IS 85 (33.59% from 255) = 34.98%
BLUE value IS 70 (27.73% from 255) = 28.81%
R=36.21%
G=34.98%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88857000.030.200.655011.3930.98
Hex58554603144132b1f
Octal1301251060324101621337
Binary101100010101011000110011101001000001110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585546; }

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

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

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

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

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

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

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

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