Html Css Color HEX #5E5949 Millbrook

📋 copy color: '#5E5949'

red 94 ◦ green 89 ◦ blue 73

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

Shades of Millbrook #5E5949

Tints of Millbrook #5E5949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 28.52%

R = 36.72%
G = 34.77%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.63

RGB Variations

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

Color information

#5E5949 (or 0x5E5949) is known color: Millbrook. HEX triplet: 5E, 59 and 49. RGB value is (94,89,73). Sum of RGB (Red+Green+Blue) = 94+89+73=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5949 is #A1A6B6. Grayscale: #585858. Windows color (decimal): -10593975 or 4807006. OLE color: 4807006.

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

Color convert

RGB 94 89 73 -
CMYK 0 0.05 0.22 0.63
HSL 45.71º 0.13% 0.33% -
HSV(B) 45.71º 0.22% 0.37% -
XYZ 9.39 10.01 7.74 -
YUV 88.67 119.16 131.8 -
System Red Green Blue C M Y K H S L
Decimal 94 89 73 0 0.05 0.22 0.63 45.71 0.13 0.33
Hex 5E 59 49 0 5 16 3F 2E D 21
Octal 136 131 111 0 5 26 77 56 15 41
Binary 1011110 1011001 1001001 0 101 10110 111111 101110 1101 100001

Color Harmonies of #5E5949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5949

Black with #5E5949

Text Example


Text Example

White with #5E5949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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