#5F5A4A

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

Shades of Millbrook #5F5A4A

Tints of Millbrook #5F5A4A

Color information

#5F5A4A (or 0x5F5A4A) is unknown color: approx Millbrook. HEX triplet: 5F, 5A and 4A. RGB value is (95,90,74). Sum of RGB (Red+Green+Blue) = 95+90+74=259 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.68% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5A4A is #A0A5B5. Grayscale: #595959. Windows color (decimal): -10528182 or 4872799. OLE color: 4872799.

HSL color Cylindrical-coordinate representation of color #5F5A4A: hue angle of 45.71º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5F5A4A is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.63.

Color convert

RGB959074-
CMYK00.050.220.63
HSL45.71º12.43%33.14%-
HSV(B)45.71º22.11%37.25%-
XYZ9.6110.247.95-
YUV89.67119.16131.8-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.68%
GREEN value IS 90 (35.55% from 255) = 34.75%
BLUE value IS 74 (29.30% from 255) = 28.57%
R=36.68%
G=34.75%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95907400.050.220.6345.7112.4333.14
Hex5F5A4A05163F2ec21
Octal137132112052677561441
Binary1011111101101010010100101101101111111011101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,90,74); }

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

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

 a { background-color: rgb(95,90,74); }

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

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

 span { border-color: rgb(95,90,74); }

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