#5E594A

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

Shades of Millbrook #5E594A

Tints of Millbrook #5E594A

Color information

#5E594A (or 0x5E594A) is unknown color: approx Millbrook. HEX triplet: 5E, 59 and 4A. RGB value is (94,89,74). Sum of RGB (Red+Green+Blue) = 94+89+74=257 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.58% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 94 - color contains mainly: red. Hex color #5E594A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E594A is #A1A6B5. Grayscale: #585858. Windows color (decimal): -10593974 or 4872542. OLE color: 4872542.

HSL color Cylindrical-coordinate representation of color #5E594A: hue angle of 45º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5E594A is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.63.

Color convert

RGB948974-
CMYK00.050.210.63
HSL45º11.9%32.94%-
HSV(B)45º21.28%36.86%-
XYZ9.4210.027.92-
YUV88.78119.66131.72-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.58%
GREEN value IS 89 (35.16% from 255) = 34.63%
BLUE value IS 74 (29.30% from 255) = 28.79%
R=36.58%
G=34.63%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94897400.050.210.634511.932.94
Hex5E594A05153F2dc21
Octal136131112052577551441
Binary1011110101100110010100101101011111111011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E594A; }

 p { color: rgb(94,89,74); }

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

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

 a { background-color: rgb(94,89,74); }

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

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

 span { border-color: rgb(94,89,74); }

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