Html Css Color HEX #595541 Millbrook

📋 copy color: '#595541'

red 89 ◦ green 85 ◦ blue 65

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

Shades of Millbrook #595541

Tints of Millbrook #595541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 27.2%

R = 37.24%
G = 35.56%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#595541 (or 0x595541) is known color: Millbrook. HEX triplet: 59, 55 and 41. RGB value is (89,85,65). Sum of RGB (Red+Green+Blue) = 89+85+65=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 65 (25.78% from 255 or 27.20% from 239); Max value from RGB is 89 - color contains mainly: red. Hex color #595541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595541 is #A6AABE. Grayscale: #545454. Windows color (decimal): -10922687 or 4281689. OLE color: 4281689.

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

Color convert

RGB 89 85 65 -
CMYK 0 0.04 0.27 0.65
HSL 50º 0.16% 0.3% -
HSV(B) 50º 0.27% 0.35% -
XYZ 8.32 9 6.3 -
YUV 83.92 117.33 131.63 -
System Red Green Blue C M Y K H S L
Decimal 89 85 65 0 0.04 0.27 0.65 50 0.16 0.3
Hex 59 55 41 0 4 1B 41 32 10 1E
Octal 131 125 101 0 4 33 101 62 20 36
Binary 1011001 1010101 1000001 0 100 11011 1000001 110010 10000 11110

Color Harmonies of #595541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595541

Black with #595541

Text Example


Text Example

White with #595541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595541; }

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

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

background-color css

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

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

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

border-color css

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

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

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