Html Css Color HEX #595745 Millbrook

📋 copy color: '#595745'

red 89 ◦ green 87 ◦ blue 69

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

Shades of Millbrook #595745

Tints of Millbrook #595745

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.51%

 BLUE value IS 69 (27.34% from 255) = 28.16%

R = 36.33%
G = 35.51%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#595745 (or 0x595745) is known color: Millbrook. HEX triplet: 59, 57 and 45. RGB value is (89,87,69). Sum of RGB (Red+Green+Blue) = 89+87+69=245 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.33% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 69 (27.34% from 255 or 28.16% from 245); Max value from RGB is 89 - color contains mainly: red. Hex color #595745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595745 is #A6A8BA. Grayscale: #555555. Windows color (decimal): -10922171 or 4544345. OLE color: 4544345.

HSL color Cylindrical-coordinate representation of color #595745: hue angle of 54º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #595745 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 87 69 -
CMYK 0 0.02 0.22 0.65
HSL 54º 0.13% 0.31% -
HSV(B) 54º 0.22% 0.35% -
XYZ 8.6 9.37 6.99 -
YUV 85.55 118.66 130.46 -
System Red Green Blue C M Y K H S L
Decimal 89 87 69 0 0.02 0.22 0.65 54 0.13 0.31
Hex 59 57 45 0 2 16 41 36 D 1F
Octal 131 127 105 0 2 26 101 66 15 37
Binary 1011001 1010111 1000101 0 10 10110 1000001 110110 1101 11111

Color Harmonies of #595745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595745

Black with #595745

Text Example


Text Example

White with #595745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595745; }

 p { color: rgb(89,87,69); }

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

background-color css

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

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

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

border-color css

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

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

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