#58574A

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

Shades of Millbrook #58574A

Tints of Millbrook #58574A

Color information

#58574A (or 0x58574A) is unknown color: approx Millbrook. HEX triplet: 58, 57 and 4A. RGB value is (88,87,74). Sum of RGB (Red+Green+Blue) = 88+87+74=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 88 - color contains mainly: red. Hex color #58574A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58574A is #A7A8B5. Grayscale: #555555. Windows color (decimal): -10987702 or 4872024. OLE color: 4872024.

HSL color Cylindrical-coordinate representation of color #58574A: hue angle of 55.71º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #58574A is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB888774-
CMYK00.010.160.65
HSL55.71º8.64%31.76%-
HSV(B)55.71º15.91%34.51%-
XYZ8.679.397.83-
YUV85.82121.33129.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.34%
GREEN value IS 87 (34.38% from 255) = 34.94%
BLUE value IS 74 (29.30% from 255) = 29.72%
R=35.34%
G=34.94%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88877400.010.160.6555.718.6431.76
Hex58574A01104138920
Octal1301271120120101701140
Binary101100010101111001010011000010000011110001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58574A; }

 p { color: rgb(88,87,74); }

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

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

 a { background-color: rgb(88,87,74); }

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

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

 span { border-color: rgb(88,87,74); }

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