#585745

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

Shades of Millbrook #585745

Tints of Millbrook #585745

Color information

#585745 (or 0x585745) is unknown color: approx Millbrook. HEX triplet: 58, 57 and 45. RGB value is (88,87,69). Sum of RGB (Red+Green+Blue) = 88+87+69=244 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.07% from 244); Green value is 87 (34.38% from 255 or 35.66% from 244); Blue value is 69 (27.34% from 255 or 28.28% from 244); Max value from RGB is 88 - color contains mainly: red. Hex color #585745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585745 is #A7A8BA. Grayscale: #555555. Windows color (decimal): -10987707 or 4544344. OLE color: 4544344.

HSL color Cylindrical-coordinate representation of color #585745: hue angle of 56.84º 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 #585745 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB888769-
CMYK00.010.220.65
HSL56.84º12.1%30.78%-
HSV(B)56.84º21.59%34.51%-
XYZ8.519.326.98-
YUV85.25118.83129.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.07%
GREEN value IS 87 (34.38% from 255) = 35.66%
BLUE value IS 69 (27.34% from 255) = 28.28%
R=36.07%
G=35.66%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88876900.010.220.6556.8412.130.78
Hex58574501164139c1f
Octal1301271050126101711437
Binary10110001010111100010101101101000001111001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585745; }

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

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

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

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

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

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

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

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