#5E5949

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

Shades of Millbrook #5E5949

Tints of Millbrook #5E5949

Color information

#5E5949 (or 0x5E5949) is unknown color: approx Millbrook. HEX triplet: 5E, 59 and 49. RGB value is (94,89,73). Sum of RGB (Red+Green+Blue) = 94+89+73=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5949 is #A1A6B6. Grayscale: #585858. Windows color (decimal): -10593975 or 4807006. OLE color: 4807006.

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

Color convert

RGB948973-
CMYK00.050.220.63
HSL45.71º12.57%32.75%-
HSV(B)45.71º22.34%36.86%-
XYZ9.3910.017.74-
YUV88.67119.16131.8-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.72%
GREEN value IS 89 (35.16% from 255) = 34.77%
BLUE value IS 73 (28.91% from 255) = 28.52%
R=36.72%
G=34.77%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94897300.050.220.6345.7112.5732.75
Hex5E594905163F2ed21
Octal136131111052677561541
Binary1011110101100110010010101101101111111011101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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