Html Css Color HEX #59594B Millbrook

📋 copy color: '#59594B'

red 89 ◦ green 89 ◦ blue 75

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

Shades of Millbrook #59594B

Tints of Millbrook #59594B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.18%

 BLUE value IS 75 (29.69% from 255) = 29.64%

R = 35.18%
G = 35.18%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#59594B (or 0x59594B) is known color: Millbrook. HEX triplet: 59, 59 and 4B. RGB value is (89,89,75). Sum of RGB (Red+Green+Blue) = 89+89+75=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 75 (29.69% from 255 or 29.64% from 253); Max value from RGB is 89 - color contains mainly: red, green. Hex color #59594B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59594B is #A6A6B4. Grayscale: #575757. Windows color (decimal): -10921653 or 4938073. OLE color: 4938073.

HSL color Cylindrical-coordinate representation of color #59594B: hue angle of 60º 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 #59594B is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 89 75 -
CMYK 0 0 0.16 0.65
HSL 60º 0.09% 0.32% -
HSV(B) 60º 0.16% 0.35% -
XYZ 8.96 9.78 8.07 -
YUV 87.4 121 129.14 -
System Red Green Blue C M Y K H S L
Decimal 89 89 75 0 0 0.16 0.65 60 0.09 0.32
Hex 59 59 4B 0 0 10 41 3C 9 20
Octal 131 131 113 0 0 20 101 74 11 40
Binary 1011001 1011001 1001011 0 0 10000 1000001 111100 1001 100000

Color Harmonies of #59594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59594B

Black with #59594B

Text Example


Text Example

White with #59594B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59594B; }

 p { color: rgb(89,89,75); }

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

background-color css

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

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

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

border-color css

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

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

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