#5A5747

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

Shades of Millbrook #5A5747

Tints of Millbrook #5A5747

Color information

#5A5747 (or 0x5A5747) is unknown color: approx Millbrook. HEX triplet: 5A, 57 and 47. RGB value is (90,87,71). Sum of RGB (Red+Green+Blue) = 90+87+71=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 71 (28.12% from 255 or 28.63% from 248); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5747 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5747 is #A5A8B8. Grayscale: #565656. Windows color (decimal): -10856633 or 4675418. OLE color: 4675418.

HSL color Cylindrical-coordinate representation of color #5A5747: hue angle of 50.53º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5A5747 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB908771-
CMYK00.030.210.65
HSL50.53º11.8%31.57%-
HSV(B)50.53º21.11%35.29%-
XYZ8.769.447.32-
YUV86.07119.49130.8-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.29%
GREEN value IS 87 (34.38% from 255) = 35.08%
BLUE value IS 71 (28.12% from 255) = 28.63%
R=36.29%
G=35.08%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90877100.030.210.6550.5311.831.57
Hex5A574703154133c20
Octal1321271070325101631440
Binary1011010101011110001110111010110000011100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,87,71); }

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

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

 a { background-color: rgb(90,87,71); }

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

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

 span { border-color: rgb(90,87,71); }

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