#5E593F

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

Shades of Millbrook #5E593F

Tints of Millbrook #5E593F

Color information

#5E593F (or 0x5E593F) is unknown color: approx Millbrook. HEX triplet: 5E, 59 and 3F. RGB value is (94,89,63). Sum of RGB (Red+Green+Blue) = 94+89+63=246 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.21% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 94 - color contains mainly: red. Hex color #5E593F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E593F is #A1A6C0. Grayscale: #575757. Windows color (decimal): -10593985 or 4151646. OLE color: 4151646.

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

Color convert

RGB948963-
CMYK00.050.330.63
HSL50.32º19.75%30.78%-
HSV(B)50.32º32.98%36.86%-
XYZ9.099.886.13-
YUV87.53114.16132.61-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 38.21%
GREEN value IS 89 (35.16% from 255) = 36.18%
BLUE value IS 63 (25% from 255) = 25.61%
R=38.21%
G=36.18%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94896300.050.330.6350.3219.7530.78
Hex5E593F05213F32141f
Octal13613177054177622437
Binary1011110101100111111101011000011111111100101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E593F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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