#575242

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

Shades of Millbrook #575242

Tints of Millbrook #575242

Color information

#575242 (or 0x575242) is unknown color: approx Millbrook. HEX triplet: 57, 52 and 42. RGB value is (87,82,66). Sum of RGB (Red+Green+Blue) = 87+82+66=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 87 - color contains mainly: red. Hex color #575242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575242 is #A8ADBD. Grayscale: #515151. Windows color (decimal): -11054526 or 4346455. OLE color: 4346455.

HSL color Cylindrical-coordinate representation of color #575242: hue angle of 45.71º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #575242 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB878266-
CMYK00.060.240.66
HSL45.71º13.73%30%-
HSV(B)45.71º24.14%34.12%-
XYZ7.938.456.37-
YUV81.67119.16131.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.02%
GREEN value IS 82 (32.42% from 255) = 34.89%
BLUE value IS 66 (26.17% from 255) = 28.09%
R=37.02%
G=34.89%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87826600.060.240.6645.7113.7330
Hex5752420618422ee1e
Octal1271221020630102561636
Binary1010111101001010000100110110001000010101110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575242; }

 p { color: rgb(87,82,66); }

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

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

 a { background-color: rgb(87,82,66); }

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

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

 span { border-color: rgb(87,82,66); }

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