#585344

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

Shades of Millbrook #585344

Tints of Millbrook #585344

Color information

#585344 (or 0x585344) is unknown color: approx Millbrook. HEX triplet: 58, 53 and 44. RGB value is (88,83,68). Sum of RGB (Red+Green+Blue) = 88+83+68=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 68 (26.95% from 255 or 28.45% from 239); Max value from RGB is 88 - color contains mainly: red. Hex color #585344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585344 is #A7ACBB. Grayscale: #525252. Windows color (decimal): -10988732 or 4477784. OLE color: 4477784.

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

Color convert

RGB888368-
CMYK00.060.230.65
HSL45º12.82%30.59%-
HSV(B)45º22.73%34.51%-
XYZ8.168.686.71-
YUV82.78119.66131.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.82%
GREEN value IS 83 (32.81% from 255) = 34.73%
BLUE value IS 68 (26.95% from 255) = 28.45%
R=36.82%
G=34.73%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88836800.060.230.654512.8230.59
Hex5853440617412dd1f
Octal1301231040627101551537
Binary1011000101001110001000110101111000001101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585344; }

 p { color: rgb(88,83,68); }

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

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

 a { background-color: rgb(88,83,68); }

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

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

 span { border-color: rgb(88,83,68); }

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