#575545

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

Shades of Millbrook #575545

Tints of Millbrook #575545

Color information

#575545 (or 0x575545) is unknown color: approx Millbrook. HEX triplet: 57, 55 and 45. RGB value is (87,85,69). Sum of RGB (Red+Green+Blue) = 87+85+69=241 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.10% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 69 (27.34% from 255 or 28.63% from 241); Max value from RGB is 87 - color contains mainly: red. Hex color #575545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575545 is #A8AABA. Grayscale: #535353. Windows color (decimal): -11053755 or 4543831. OLE color: 4543831.

HSL color Cylindrical-coordinate representation of color #575545: hue angle of 53.33º 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 #575545 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB878569-
CMYK00.020.210.66
HSL53.33º11.54%30.59%-
HSV(B)53.33º20.69%34.12%-
XYZ8.258.956.92-
YUV83.77119.66130.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.10%
GREEN value IS 85 (33.59% from 255) = 35.27%
BLUE value IS 69 (27.34% from 255) = 28.63%
R=36.10%
G=35.27%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87856900.020.210.6653.3311.5430.59
Hex57554502154235c1f
Octal1271251050225102651437
Binary101011110101011000101010101011000010110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575545; }

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

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

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

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

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

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

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

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