Html Css Color HEX #595542 Millbrook

📋 copy color: '#595542'

red 89 ◦ green 85 ◦ blue 66

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

Shades of Millbrook #595542

Tints of Millbrook #595542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 27.5%

R = 37.08%
G = 35.42%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#595542 (or 0x595542) is known color: Millbrook. HEX triplet: 59, 55 and 42. RGB value is (89,85,66). Sum of RGB (Red+Green+Blue) = 89+85+66=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 66 (26.17% from 255 or 27.5% from 240); Max value from RGB is 89 - color contains mainly: red. Hex color #595542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595542 is #A6AABD. Grayscale: #545454. Windows color (decimal): -10922686 or 4347225. OLE color: 4347225.

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

Color convert

RGB 89 85 66 -
CMYK 0 0.04 0.26 0.65
HSL 49.57º 0.15% 0.3% -
HSV(B) 49.57º 0.26% 0.35% -
XYZ 8.35 9.01 6.45 -
YUV 84.03 117.83 131.54 -
System Red Green Blue C M Y K H S L
Decimal 89 85 66 0 0.04 0.26 0.65 49.57 0.15 0.3
Hex 59 55 42 0 4 1A 41 32 F 1E
Octal 131 125 102 0 4 32 101 62 17 36
Binary 1011001 1010101 1000010 0 100 11010 1000001 110010 1111 11110

Color Harmonies of #595542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595542

Black with #595542

Text Example


Text Example

White with #595542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595542; }

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

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

background-color css

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

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

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

border-color css

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

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

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