Html Css Color HEX #595549 Millbrook

📋 copy color: '#595549'

red 89 ◦ green 85 ◦ blue 73

#595549
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Millbrook #595549

Tints of Millbrook #595549

RGB

 RED value IS 89 (35.16% from 255) = 36.03%

 GREEN value IS 85 (33.59% from 255) = 34.41%

 BLUE value IS 73 (28.91% from 255) = 29.55%

R = 36.03%
G = 34.41%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#595549 (or 0x595549) is known color: Millbrook. HEX triplet: 59, 55 and 49. RGB value is (89,85,73). Sum of RGB (Red+Green+Blue) = 89+85+73=247 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.03% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 89 - color contains mainly: red. Hex color #595549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595549 is #A6AAB6. Grayscale: #545454. Windows color (decimal): -10922679 or 4805977. OLE color: 4805977.

HSL color Cylindrical-coordinate representation of color #595549: hue angle of 45º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #595549 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 85 73 -
CMYK 0 0.04 0.18 0.65
HSL 45º 0.1% 0.32% -
HSV(B) 45º 0.18% 0.35% -
XYZ 8.57 9.1 7.61 -
YUV 84.83 121.33 130.98 -
System Red Green Blue C M Y K H S L
Decimal 89 85 73 0 0.04 0.18 0.65 45 0.1 0.32
Hex 59 55 49 0 4 12 41 2D A 20
Octal 131 125 111 0 4 22 101 55 12 40
Binary 1011001 1010101 1001001 0 100 10010 1000001 101101 1010 100000

Color Harmonies of #595549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595549

Black with #595549

Text Example


Text Example

White with #595549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595549; }

 p { color: rgb(89,85,73); }

 H1.HeaderClassName
 {
   color: #595549;
 }
 .AnyTagClassName
 {
   color: #595549;
 }
</style>

background-color css

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

 a { background-color: rgb(89,85,73); }

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

border-color css

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

 span { border-color: rgb(89,85,73); }

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