#575345

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

Shades of Millbrook #575345

Tints of Millbrook #575345

Color information

#575345 (or 0x575345) is unknown color: approx Millbrook. HEX triplet: 57, 53 and 45. RGB value is (87,83,69). Sum of RGB (Red+Green+Blue) = 87+83+69=239 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.40% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 87 - color contains mainly: red. Hex color #575345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575345 is #A8ACBA. Grayscale: #525252. Windows color (decimal): -11054267 or 4543319. OLE color: 4543319.

HSL color Cylindrical-coordinate representation of color #575345: hue angle of 46.67º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #575345 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB878369-
CMYK00.050.210.66
HSL46.67º11.54%30.59%-
HSV(B)46.67º20.69%34.12%-
XYZ8.18.646.87-
YUV82.6120.33131.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.40%
GREEN value IS 83 (32.81% from 255) = 34.73%
BLUE value IS 69 (27.34% from 255) = 28.87%
R=36.40%
G=34.73%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87836900.050.210.6646.6711.5430.59
Hex5753450515422fc1f
Octal1271231050525102571437
Binary1010111101001110001010101101011000010101111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575345; }

 p { color: rgb(87,83,69); }

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

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

 a { background-color: rgb(87,83,69); }

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

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

 span { border-color: rgb(87,83,69); }

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