#5D594B

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

Shades of Millbrook #5D594B

Tints of Millbrook #5D594B

Color information

#5D594B (or 0x5D594B) is unknown color: approx Millbrook. HEX triplet: 5D, 59 and 4B. RGB value is (93,89,75). Sum of RGB (Red+Green+Blue) = 93+89+75=257 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.19% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 93 - color contains mainly: red. Hex color #5D594B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D594B is #A2A6B4. Grayscale: #585858. Windows color (decimal): -10659509 or 4938077. OLE color: 4938077.

HSL color Cylindrical-coordinate representation of color #5D594B: hue angle of 46.67º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5D594B is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB938975-
CMYK00.040.190.64
HSL46.67º10.71%32.94%-
HSV(B)46.67º19.35%36.47%-
XYZ9.369.988.09-
YUV88.6120.33131.14-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.19%
GREEN value IS 89 (35.16% from 255) = 34.63%
BLUE value IS 75 (29.69% from 255) = 29.18%
R=36.19%
G=34.63%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93897500.040.190.6446.6710.7132.94
Hex5D594B0413402fb21
Octal1351311130423100571341
Binary10111011011001100101101001001110000001011111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,89,75); }

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

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

 a { background-color: rgb(93,89,75); }

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

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

 span { border-color: rgb(93,89,75); }

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