Html Css Color HEX #595742 Millbrook

📋 copy color: '#595742'

red 89 ◦ green 87 ◦ blue 66

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

Shades of Millbrook #595742

Tints of Millbrook #595742

RGB

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

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

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

R = 36.78%
G = 35.95%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#595742 (or 0x595742) is known color: Millbrook. HEX triplet: 59, 57 and 42. RGB value is (89,87,66). Sum of RGB (Red+Green+Blue) = 89+87+66=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 89 - color contains mainly: red. Hex color #595742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595742 is #A6A8BD. Grayscale: #555555. Windows color (decimal): -10922174 or 4347737. OLE color: 4347737.

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

Color convert

RGB 89 87 66 -
CMYK 0 0.02 0.26 0.65
HSL 54.78º 0.15% 0.3% -
HSV(B) 54.78º 0.26% 0.35% -
XYZ 8.51 9.33 6.51 -
YUV 85.2 117.16 130.71 -
System Red Green Blue C M Y K H S L
Decimal 89 87 66 0 0.02 0.26 0.65 54.78 0.15 0.3
Hex 59 57 42 0 2 1A 41 37 F 1E
Octal 131 127 102 0 2 32 101 67 17 36
Binary 1011001 1010111 1000010 0 10 11010 1000001 110111 1111 11110

Color Harmonies of #595742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595742

Black with #595742

Text Example


Text Example

White with #595742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595742; }

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

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

background-color css

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

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

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

border-color css

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

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

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