Html Css Color HEX #595342 Millbrook

📋 copy color: '#595342'

red 89 ◦ green 83 ◦ blue 66

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

Shades of Millbrook #595342

Tints of Millbrook #595342

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.87%

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

R = 37.39%
G = 34.87%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#595342 (or 0x595342) is known color: Millbrook. HEX triplet: 59, 53 and 42. RGB value is (89,83,66). Sum of RGB (Red+Green+Blue) = 89+83+66=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 89 - color contains mainly: red. Hex color #595342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595342 is #A6ACBD. Grayscale: #525252. Windows color (decimal): -10923198 or 4346713. OLE color: 4346713.

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

Color convert

RGB 89 83 66 -
CMYK 0 0.07 0.26 0.65
HSL 44.35º 0.15% 0.3% -
HSV(B) 44.35º 0.26% 0.35% -
XYZ 8.2 8.7 6.4 -
YUV 82.86 118.49 132.38 -
System Red Green Blue C M Y K H S L
Decimal 89 83 66 0 0.07 0.26 0.65 44.35 0.15 0.3
Hex 59 53 42 0 7 1A 41 2C F 1E
Octal 131 123 102 0 7 32 101 54 17 36
Binary 1011001 1010011 1000010 0 111 11010 1000001 101100 1111 11110

Color Harmonies of #595342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595342

Black with #595342

Text Example


Text Example

White with #595342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595342; }

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

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

background-color css

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

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

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

border-color css

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

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

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