#585545

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

Shades of Millbrook #585545

Tints of Millbrook #585545

Color information

#585545 (or 0x585545) is unknown color: approx Millbrook. HEX triplet: 58, 55 and 45. RGB value is (88,85,69). Sum of RGB (Red+Green+Blue) = 88+85+69=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 69 (27.34% from 255 or 28.51% from 242); Max value from RGB is 88 - color contains mainly: red. Hex color #585545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585545 is #A7AABA. Grayscale: #545454. Windows color (decimal): -10988219 or 4543832. OLE color: 4543832.

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

Color convert

RGB888569-
CMYK00.030.220.65
HSL50.53º12.1%30.78%-
HSV(B)50.53º21.59%34.51%-
XYZ8.3596.93-
YUV84.07119.49130.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.36%
GREEN value IS 85 (33.59% from 255) = 35.12%
BLUE value IS 69 (27.34% from 255) = 28.51%
R=36.36%
G=35.12%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88856900.030.220.6550.5312.130.78
Hex58554503164133c1f
Octal1301251050326101631437
Binary101100010101011000101011101101000001110011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585545; }

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

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

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

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

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

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

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

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