#585446

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

Shades of Millbrook #585446

Tints of Millbrook #585446

Color information

#585446 (or 0x585446) is unknown color: approx Millbrook. HEX triplet: 58, 54 and 46. RGB value is (88,84,70). Sum of RGB (Red+Green+Blue) = 88+84+70=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 70 (27.73% from 255 or 28.93% from 242); Max value from RGB is 88 - color contains mainly: red. Hex color #585446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585446 is #A7ABB9. Grayscale: #535353. Windows color (decimal): -10988474 or 4609112. OLE color: 4609112.

HSL color Cylindrical-coordinate representation of color #585446: hue angle of 46.67º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #585446 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB888470-
CMYK00.050.200.65
HSL46.67º11.39%30.98%-
HSV(B)46.67º20.45%34.51%-
XYZ8.38.867.07-
YUV83.6120.33131.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.36%
GREEN value IS 84 (33.20% from 255) = 34.71%
BLUE value IS 70 (27.73% from 255) = 28.93%
R=36.36%
G=34.71%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88847000.050.200.6546.6711.3930.98
Hex5854460514412fb1f
Octal1301241060524101571337
Binary1011000101010010001100101101001000001101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585446; }

 p { color: rgb(88,84,70); }

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

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

 a { background-color: rgb(88,84,70); }

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

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

 span { border-color: rgb(88,84,70); }

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