Html Css Color HEX #595740 Millbrook

📋 copy color: '#595740'

red 89 ◦ green 87 ◦ blue 64

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

Shades of Millbrook #595740

Tints of Millbrook #595740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 26.67%

R = 37.08%
G = 36.25%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#595740 (or 0x595740) is known color: Millbrook. HEX triplet: 59, 57 and 40. RGB value is (89,87,64). Sum of RGB (Red+Green+Blue) = 89+87+64=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 89 - color contains mainly: red. Hex color #595740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595740 is #A6A8BF. Grayscale: #555555. Windows color (decimal): -10922176 or 4216665. OLE color: 4216665.

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

Color convert

RGB 89 87 64 -
CMYK 0 0.02 0.28 0.65
HSL 55.2º 0.16% 0.3% -
HSV(B) 55.2º 0.28% 0.35% -
XYZ 8.45 9.31 6.2 -
YUV 84.98 116.16 130.87 -
System Red Green Blue C M Y K H S L
Decimal 89 87 64 0 0.02 0.28 0.65 55.2 0.16 0.3
Hex 59 57 40 0 2 1C 41 37 10 1E
Octal 131 127 100 0 2 34 101 67 20 36
Binary 1011001 1010111 1000000 0 10 11100 1000001 110111 10000 11110

Color Harmonies of #595740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595740

Black with #595740

Text Example


Text Example

White with #595740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595740; }

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

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

background-color css

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

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

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

border-color css

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

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

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