Html Css Color HEX #595540 Millbrook

📋 copy color: '#595540'

red 89 ◦ green 85 ◦ blue 64

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

Shades of Millbrook #595540

Tints of Millbrook #595540

RGB

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

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

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

R = 37.39%
G = 35.71%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#595540 (or 0x595540) is known color: Millbrook. HEX triplet: 59, 55 and 40. RGB value is (89,85,64). Sum of RGB (Red+Green+Blue) = 89+85+64=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 89 - color contains mainly: red. Hex color #595540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595540 is #A6AABF. Grayscale: #535353. Windows color (decimal): -10922688 or 4216153. OLE color: 4216153.

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

Color convert

RGB 89 85 64 -
CMYK 0 0.04 0.28 0.65
HSL 50.4º 0.16% 0.3% -
HSV(B) 50.4º 0.28% 0.35% -
XYZ 8.29 8.99 6.15 -
YUV 83.8 116.83 131.71 -
System Red Green Blue C M Y K H S L
Decimal 89 85 64 0 0.04 0.28 0.65 50.4 0.16 0.3
Hex 59 55 40 0 4 1C 41 32 10 1E
Octal 131 125 100 0 4 34 101 62 20 36
Binary 1011001 1010101 1000000 0 100 11100 1000001 110010 10000 11110

Color Harmonies of #595540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595540

Black with #595540

Text Example


Text Example

White with #595540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595540; }

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

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

background-color css

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

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

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

border-color css

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

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

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