#585441

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

Shades of Millbrook #585441

Tints of Millbrook #585441

Color information

#585441 (or 0x585441) is unknown color: approx Millbrook. HEX triplet: 58, 54 and 41. RGB value is (88,84,65). Sum of RGB (Red+Green+Blue) = 88+84+65=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 65 (25.78% from 255 or 27.43% from 237); Max value from RGB is 88 - color contains mainly: red. Hex color #585441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585441 is #A7ABBE. Grayscale: #535353. Windows color (decimal): -10988479 or 4281432. OLE color: 4281432.

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

Color convert

RGB888465-
CMYK00.050.260.65
HSL49.57º15.03%30%-
HSV(B)49.57º26.14%34.51%-
XYZ8.158.86.27-
YUV83.03117.83131.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.13%
GREEN value IS 84 (33.20% from 255) = 35.44%
BLUE value IS 65 (25.78% from 255) = 27.43%
R=37.13%
G=35.44%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88846500.050.260.6549.5715.0330
Hex585441051A4132f1e
Octal1301241010532101621736
Binary1011000101010010000010101110101000001110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585441; }

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

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

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

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

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

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

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

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