Html Css Color HEX #5E594A Millbrook

📋 copy color: '#5E594A'

red 94 ◦ green 89 ◦ blue 74

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

Shades of Millbrook #5E594A

Tints of Millbrook #5E594A

RGB

 RED value IS 94 (37.11% from 255) = 36.58%

 GREEN value IS 89 (35.16% from 255) = 34.63%

 BLUE value IS 74 (29.3% from 255) = 28.79%

R = 36.58%
G = 34.63%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.63

RGB Variations

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

Color information

#5E594A (or 0x5E594A) is known color: Millbrook. HEX triplet: 5E, 59 and 4A. RGB value is (94,89,74). Sum of RGB (Red+Green+Blue) = 94+89+74=257 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.58% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 94 - color contains mainly: red. Hex color #5E594A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E594A is #A1A6B5. Grayscale: #585858. Windows color (decimal): -10593974 or 4872542. OLE color: 4872542.

HSL color Cylindrical-coordinate representation of color #5E594A: hue angle of 45º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5E594A is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 89 74 -
CMYK 0 0.05 0.21 0.63
HSL 45º 0.12% 0.33% -
HSV(B) 45º 0.21% 0.37% -
XYZ 9.42 10.02 7.92 -
YUV 88.79 119.66 131.72 -
System Red Green Blue C M Y K H S L
Decimal 94 89 74 0 0.05 0.21 0.63 45 0.12 0.33
Hex 5E 59 4A 0 5 15 3F 2D C 21
Octal 136 131 112 0 5 25 77 55 14 41
Binary 1011110 1011001 1001010 0 101 10101 111111 101101 1100 100001

Color Harmonies of #5E594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E594A

Black with #5E594A

Text Example


Text Example

White with #5E594A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E594A; }

 p { color: rgb(94,89,74); }

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

background-color css

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

 a { background-color: rgb(94,89,74); }

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

border-color css

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

 span { border-color: rgb(94,89,74); }

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