#575446

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

Shades of Millbrook #575446

Tints of Millbrook #575446

Color information

#575446 (or 0x575446) is unknown color: approx Millbrook. HEX triplet: 57, 54 and 46. RGB value is (87,84,70). Sum of RGB (Red+Green+Blue) = 87+84+70=241 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.10% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 70 (27.73% from 255 or 29.05% from 241); Max value from RGB is 87 - color contains mainly: red. Hex color #575446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575446 is #A8ABB9. Grayscale: #535353. Windows color (decimal): -11054010 or 4609111. OLE color: 4609111.

HSL color Cylindrical-coordinate representation of color #575446: hue angle of 49.41º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #575446 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB878470-
CMYK00.030.200.66
HSL49.41º10.83%30.78%-
HSV(B)49.41º19.54%34.12%-
XYZ8.218.817.06-
YUV83.3120.49130.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.10%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 70 (27.73% from 255) = 29.05%
R=36.10%
G=34.85%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87847000.030.200.6649.4110.8330.78
Hex57544603144231b1f
Octal1271241060324102611337
Binary101011110101001000110011101001000010110001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575446; }

 p { color: rgb(87,84,70); }

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

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

 a { background-color: rgb(87,84,70); }

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

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

 span { border-color: rgb(87,84,70); }

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