#595342

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

Shades of Millbrook #595342

Tints of Millbrook #595342

Color information

#595342 (or 0x595342) is unknown color: approx Millbrook. HEX triplet: 59, 53 and 42. RGB value is (89,83,66). Sum of RGB (Red+Green+Blue) = 89+83+66=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 89 - color contains mainly: red. Hex color #595342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595342 is #A6ACBD. Grayscale: #525252. Windows color (decimal): -10923198 or 4346713. OLE color: 4346713.

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

Color convert

RGB898366-
CMYK00.070.260.65
HSL44.35º14.84%30.39%-
HSV(B)44.35º25.84%34.9%-
XYZ8.28.76.4-
YUV82.86118.49132.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.39%
GREEN value IS 83 (32.81% from 255) = 34.87%
BLUE value IS 66 (26.17% from 255) = 27.73%
R=37.39%
G=34.87%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89836600.070.260.6544.3514.8430.39
Hex595342071A412cf1e
Octal1311231020732101541736
Binary1011001101001110000100111110101000001101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595342; }

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

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

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

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

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

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

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

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