#585342

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

Shades of Millbrook #585342

Tints of Millbrook #585342

Color information

#585342 (or 0x585342) is unknown color: approx Millbrook. HEX triplet: 58, 53 and 42. RGB value is (88,83,66). Sum of RGB (Red+Green+Blue) = 88+83+66=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 88 - color contains mainly: red. Hex color #585342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585342 is #A7ACBD. Grayscale: #525252. Windows color (decimal): -10988734 or 4346712. OLE color: 4346712.

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

Color convert

RGB888366-
CMYK00.060.250.65
HSL46.36º14.29%30.2%-
HSV(B)46.36º25%34.51%-
XYZ8.18.656.4-
YUV82.56118.66131.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.13%
GREEN value IS 83 (32.81% from 255) = 35.02%
BLUE value IS 66 (26.17% from 255) = 27.85%
R=37.13%
G=35.02%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88836600.060.250.6546.3614.2930.2
Hex5853420619412ee1e
Octal1301231020631101561636
Binary1011000101001110000100110110011000001101110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585342; }

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

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

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

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

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

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

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

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