#585748

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

Shades of Millbrook #585748

Tints of Millbrook #585748

Color information

#585748 (or 0x585748) is unknown color: approx Millbrook. HEX triplet: 58, 57 and 48. RGB value is (88,87,72). Sum of RGB (Red+Green+Blue) = 88+87+72=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 88 - color contains mainly: red. Hex color #585748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585748 is #A7A8B7. Grayscale: #555555. Windows color (decimal): -10987704 or 4740952. OLE color: 4740952.

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

Color convert

RGB888772-
CMYK00.010.180.65
HSL56.25º10%31.37%-
HSV(B)56.25º18.18%34.51%-
XYZ8.69.367.48-
YUV85.59120.33129.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.63%
GREEN value IS 87 (34.38% from 255) = 35.22%
BLUE value IS 72 (28.52% from 255) = 29.15%
R=35.63%
G=35.22%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88877200.010.180.6556.251031.37
Hex58574801124138a1f
Octal1301271100122101701237
Binary10110001010111100100001100101000001111000101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585748; }

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

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

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

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

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

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

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

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